useless increase for an so huge unknown behaviour

This commit is contained in:
Mylloon 2023-05-03 17:30:56 +02:00
parent 24e2d2674e
commit c2757c6e81
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 # -flto # reduce binary size
CFLAGS = -Wall $(COPTI) -std=c17
CPPFLAGS = -I.
LDFLAGS = -lm