diff --git a/Makefile b/Makefile index 80d474b..194f4c2 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ AWK = awk # Déclaration des options du compilateur COPTI = -O3 -CFLAGS = -Wall $(COPTI) -std=c17 # -flto # reduce binary size +CFLAGS = -Wall $(COPTI) -std=c17 CPPFLAGS = -I. LDFLAGS = -lm