useless increase for an so huge unknown behaviour
This commit is contained in:
parent
24e2d2674e
commit
c2757c6e81
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ AWK = awk
|
||||||
|
|
||||||
# Déclaration des options du compilateur
|
# Déclaration des options du compilateur
|
||||||
COPTI = -O3
|
COPTI = -O3
|
||||||
CFLAGS = -Wall $(COPTI) -std=c17 # -flto # reduce binary size
|
CFLAGS = -Wall $(COPTI) -std=c17
|
||||||
CPPFLAGS = -I.
|
CPPFLAGS = -I.
|
||||||
LDFLAGS = -lm
|
LDFLAGS = -lm
|
||||||
|
|
||||||
|
|
Reference in a new issue