Stop using -ffat-lto-objects
This commit is contained in:
parent
a0af3c27ad
commit
0fd2dff688
5 changed files with 7 additions and 7 deletions
|
@ -594,7 +594,7 @@ BASE_FLAGS += -DNOPLUGINS
|
|||
endif
|
||||
|
||||
ifeq ($(WITH_LTO),true)
|
||||
BASE_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects
|
||||
BASE_FLAGS += -fno-strict-aliasing -flto
|
||||
endif
|
||||
|
||||
BUILD_C_FLAGS += -std=gnu11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue