X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP5%2Fexo1%2FMakefile;h=44419ed78881a7ba55a84678fbe52623b06990da;hb=5e90a798f3e6acf9ed025f2cf6efa96e60688105;hp=339be0cf43ba1607a8550347c56b94aed8b7f085;hpb=0bf26b292b13186904bfa507ae430438f61ec02f;p=Algorithmic_C.git diff --git a/TP5/exo1/Makefile b/TP5/exo1/Makefile index 339be0c..44419ed 100644 --- a/TP5/exo1/Makefile +++ b/TP5/exo1/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)