X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP5%2Fexo5%2FMakefile;h=d0a371b688709f30a16efda60a974cd7eee2d081;hb=5e90a798f3e6acf9ed025f2cf6efa96e60688105;hp=ec1c41af24629993fddd016370e991cdf0fe069b;hpb=0bf26b292b13186904bfa507ae430438f61ec02f;p=Algorithmic_C.git diff --git a/TP5/exo5/Makefile b/TP5/exo5/Makefile index ec1c41a..d0a371b 100644 --- a/TP5/exo5/Makefile +++ b/TP5/exo5/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)