diff --git a/Makefile b/Makefile index 61cfdea..3474287 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ STRIP = strip -s # Déclaration des options du compilateur COPTI = -O3 -flto -CFLAGS = -Wall $(COPTI) -std=c17 +CFLAGS = -Wall $(COPTI) -std=gnu17 CPPFLAGS = -I. LDFLAGS = -lm