X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP1%2Fexo3%2FMakefile;fp=TP1%2Fexo3%2FMakefile;h=bcefbf575fddb7aab53951b2d4e8529b08941bef;hb=5e90a798f3e6acf9ed025f2cf6efa96e60688105;hp=d6f215ec66bd746ff64281ea6f09f64d950aa252;hpb=0bf26b292b13186904bfa507ae430438f61ec02f;p=Algorithmic_C.git diff --git a/TP1/exo3/Makefile b/TP1/exo3/Makefile index d6f215e..bcefbf5 100644 --- a/TP1/exo3/Makefile +++ b/TP1/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)