X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=TP_9%2Fexo2%2FMakefile;h=d4b8fdb72fcf6c8e666d4c4d3c822d6c3222bfb8;hp=0da3668a265e887cc8d177d2152a8a9a90b5d972;hb=bb39798e7d4624ea84d40c2ac74c41e011e935fd;hpb=9091c930ead4158566055f1db38c206652d42c4a diff --git a/TP_9/exo2/Makefile b/TP_9/exo2/Makefile index 0da3668..d4b8fdb 100644 --- a/TP_9/exo2/Makefile +++ b/TP_9/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)