X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=TP_11%2Fexo3%2FMakefile;h=ede673fe125cfab9c4ebe9d1e7e50ade7660882c;hp=610878a2ffd67fda3e52a791114353cabf37df1e;hb=bb39798e7d4624ea84d40c2ac74c41e011e935fd;hpb=9091c930ead4158566055f1db38c206652d42c4a diff --git a/TP_11/exo3/Makefile b/TP_11/exo3/Makefile index 610878a..ede673f 100644 --- a/TP_11/exo3/Makefile +++ b/TP_11/exo3/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)