X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP5%2Fexo6%2FMakefile;fp=TP5%2Fexo6%2FMakefile;h=24752564418acf01d26f1c49888d32eb5bd59f6c;hb=5e90a798f3e6acf9ed025f2cf6efa96e60688105;hp=959f91958bd1a684cf60b60b63c75a0ff0f7c18d;hpb=0bf26b292b13186904bfa507ae430438f61ec02f;p=Algorithmic_C.git diff --git a/TP5/exo6/Makefile b/TP5/exo6/Makefile index 959f919..2475256 100644 --- a/TP5/exo6/Makefile +++ b/TP5/exo6/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)