X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=exo_skel%2FMakefile;h=8adb5d0ad46f862fe2d69e37435d354cca442345;hp=1230bb2cae75ebc5db194d9aee144582f1f728e6;hb=bb39798e7d4624ea84d40c2ac74c41e011e935fd;hpb=9091c930ead4158566055f1db38c206652d42c4a diff --git a/exo_skel/Makefile b/exo_skel/Makefile index 1230bb2..8adb5d0 100644 --- a/exo_skel/Makefile +++ b/exo_skel/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)