X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=TP_12%2Fexo2%2FMakefile;h=8c707d7cb4396e4b684befe5d02369b56952c8c7;hp=959f2994c1a197b0e661f61e95f7808f04f421e9;hb=bb39798e7d4624ea84d40c2ac74c41e011e935fd;hpb=9091c930ead4158566055f1db38c206652d42c4a diff --git a/TP_12/exo2/Makefile b/TP_12/exo2/Makefile index 959f299..8c707d7 100644 --- a/TP_12/exo2/Makefile +++ b/TP_12/exo2/Makefile @@ -35,7 +35,7 @@ else BUILDDIR := .build/release DEBUG_FLAG = STRIP_FLAG = -s -OPTIFLAG = -O3 +OPTI_FLAG = -O3 endif CFLAGS := $(CFLAGS) $(WARN_FLAGS) $(STD_FLAG) $(OPTI_FLAG) $(DEBUG_FLAG)