mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-02-11 14:28:58 +01:00
Revert LTO because it's caused plugins to use LTO unless they specificed "-fno-lto"
This commit is contained in:
parent
6c7937613a
commit
8db6ade6cb
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