Fix Makefile LTO
Now applies to CFLAGS as well
This commit is contained in:
parent
db9350bdb9
commit
2c3a4a3620
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -32,6 +32,7 @@ else
|
|||
endif
|
||||
|
||||
ifeq ($(LTO), 1)
|
||||
ALL_CFLAGS += -flto
|
||||
ALL_CXXFLAGS += -flto
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue