Using -O2 instead of -Os to be compatible with the WiiUPluginSystem

This commit is contained in:
Maschell 2018-02-09 21:25:04 +01:00
parent c546e27eea
commit e48e5e0104

View File

@ -29,7 +29,7 @@ LIB := lib
#---------------------------------------------------------------------------------
# options for code generation
#---------------------------------------------------------------------------------
CFLAGS = -g -Os -Wall -D__wiiu__ $(MACHDEP) $(INCLUDE)
CFLAGS = -g -O2 -Wall -D__wiiu__ $(MACHDEP) $(INCLUDE)
CXXFLAGS = $(CFLAGS)
ASFLAGS := -g