finally... now with all the mixer stuff, ill use flto flag

This commit is contained in:
Mylloon 2023-05-04 11:17:07 +02:00
parent c27076cd7b
commit b666b21445
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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