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