mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-03-09 18:11:53 +01:00
Revert LTO because it's caused plugins to use LTO unless they specificed "-fno-lto"
This commit is contained in:
parent
981a4e9326
commit
dd6025a8d1
1
Makefile
1
Makefile
@ -25,7 +25,6 @@ INCLUDES := include
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
CFLAGS := -g -Wall -Werror -save-temps \
|
CFLAGS := -g -Wall -Werror -save-temps \
|
||||||
-ffunction-sections -fdata-sections \
|
-ffunction-sections -fdata-sections \
|
||||||
-flto -ffat-lto-objects \
|
|
||||||
$(MACHDEP) \
|
$(MACHDEP) \
|
||||||
$(BUILD_CFLAGS)
|
$(BUILD_CFLAGS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user