X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP2%2Fexo1%2FMakefile;fp=TP2%2Fexo1%2FMakefile;h=0a46026de67384f5425234cd08d5f6148cf6c54f;hb=5e90a798f3e6acf9ed025f2cf6efa96e60688105;hp=7ce716cf573d7cbf7a1cb5ac6cc04c1cf1a797a0;hpb=0bf26b292b13186904bfa507ae430438f61ec02f;p=Algorithmic_C.git diff --git a/TP2/exo1/Makefile b/TP2/exo1/Makefile index 7ce716c..0a46026 100644 --- a/TP2/exo1/Makefile +++ b/TP2/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)