From b666b21445730003269e2f18b4e7fdbd9a855ba1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 4 May 2023 11:17:07 +0200 Subject: [PATCH] finally... now with all the mixer stuff, ill use flto flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3259165..8a13f36 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 CPPFLAGS = -I. LDFLAGS = -lm