flto
This commit is contained in:
parent
1a6f76c11f
commit
85684c142c
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 : reduce binary size
|
||||||
CPPFLAGS = -I.
|
CPPFLAGS = -I.
|
||||||
LDFLAGS = -lm
|
LDFLAGS = -lm
|
||||||
|
|
||||||
|
|
Reference in a new issue