X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=TP_12%2Fexo1%2FMakefile;h=eb33b0645c83ed0d924686180e99fbf291c48a82;hp=109b5d57ddc7abdfbed2eb4133b967a4e4272a48;hb=bb39798e7d4624ea84d40c2ac74c41e011e935fd;hpb=9091c930ead4158566055f1db38c206652d42c4a diff --git a/TP_12/exo1/Makefile b/TP_12/exo1/Makefile index 109b5d5..eb33b06 100644 --- a/TP_12/exo1/Makefile +++ b/TP_12/exo1/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)