From 85684c142cdf0b8802049c8641c98f615e248085 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 3 May 2023 15:39:03 +0200 Subject: [PATCH] flto --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8161b5..ee3b434 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ AWK = awk # Déclaration des options du compilateur COPTI = -O3 -CFLAGS = -Wall $(COPTI) -std=c17 +CFLAGS = -Wall $(COPTI) -std=c17 # -flto : reduce binary size CPPFLAGS = -I. LDFLAGS = -lm