my bad, flto is SO nice
This commit is contained in:
parent
ce34a7f390
commit
02d796948d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ STRIP = strip -s
|
||||||
UPX = upx
|
UPX = upx
|
||||||
|
|
||||||
# Déclaration des options du compilateur
|
# Déclaration des options du compilateur
|
||||||
COPTI = -O3
|
COPTI = -O3 -flto
|
||||||
CFLAGS = -Wall $(COPTI) -std=gnu17
|
CFLAGS = -Wall $(COPTI) -std=gnu17
|
||||||
CPPFLAGS = -I.
|
CPPFLAGS = -I.
|
||||||
LDFLAGS = -lm
|
LDFLAGS = -lm
|
||||||
|
|
Reference in a new issue