finally... now with all the mixer stuff, ill use flto flag
This commit is contained in:
parent
c27076cd7b
commit
b666b21445
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
|
CFLAGS = -Wall $(COPTI) -std=c17 -flto
|
||||||
CPPFLAGS = -I.
|
CPPFLAGS = -I.
|
||||||
LDFLAGS = -lm
|
LDFLAGS = -lm
|
||||||
|
|
||||||
|
|
Reference in a new issue