From c2757c6e8178310115fbe76282bf90b037db2db9 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 3 May 2023 17:30:56 +0200 Subject: [PATCH] useless increase for an so huge unknown behaviour --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80d474b..194f4c2 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ AWK = awk # Déclaration des options du compilateur COPTI = -O3 -CFLAGS = -Wall $(COPTI) -std=c17 # -flto # reduce binary size +CFLAGS = -Wall $(COPTI) -std=c17 CPPFLAGS = -I. LDFLAGS = -lm