mirror of
https://github.com/wiiu-env/region_free_plugin.git
synced 2024-11-24 12:29:17 +01:00
Turn on compiler optimization
This commit is contained in:
parent
4c67d1f935
commit
8aed9f0467
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ INCLUDES := src
|
||||
#-------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#-------------------------------------------------------------------------------
|
||||
CFLAGS := -Wall -O0 -ffunction-sections \
|
||||
CFLAGS := -Wall -Os -ffunction-sections \
|
||||
$(MACHDEP)
|
||||
|
||||
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__ -D__WUPS__
|
||||
|
Loading…
Reference in New Issue
Block a user