X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP5%2Fexo4%2FMakefile;h=0f7b956006e4f70c576e9e321987e9c4fed9e0eb;hb=5e90a798f3e6acf9ed025f2cf6efa96e60688105;hp=b8af8ba760a444b755d9ceea1c1e5d5c14001ff7;hpb=85bdc6775b8316a4dde383694c3bcb603869967a;p=Algorithmic_C.git diff --git a/TP5/exo4/Makefile b/TP5/exo4/Makefile index b8af8ba..0f7b956 100644 --- a/TP5/exo4/Makefile +++ b/TP5/exo4/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)