mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-09-19 09:19:50 -05:00
Use -Os instead of -O2
This commit is contained in:
2
Makefile
2
Makefile
@@ -35,7 +35,7 @@ INCLUDES := source
|
||||
#-------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#-------------------------------------------------------------------------------
|
||||
CFLAGS := -Wall -O2 -ffunction-sections\
|
||||
CFLAGS := -Wall -Os -ffunction-sections\
|
||||
$(MACHDEP)
|
||||
|
||||
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
|
||||
|
||||
Reference in New Issue
Block a user