X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=TP1%2Fexo3%2FMakefile;h=bcefbf575fddb7aab53951b2d4e8529b08941bef;hb=67b4409586ad416765bb6304cf50b576df64dfcb;hp=d6f215ec66bd746ff64281ea6f09f64d950aa252;hpb=0d5ad0cfe0d0b38fc4bcde100d697ff0683490f9;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)