This commit is contained in:
Mylloon 2023-05-03 15:39:03 +02:00
parent 1a6f76c11f
commit 85684c142c
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 : reduce binary size
CPPFLAGS = -I.
LDFLAGS = -lm