mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2025-02-19 21:12:45 +01:00
O0->O2
This commit is contained in:
parent
db0f9f70d4
commit
096ef0c94a
2
Makefile
2
Makefile
@ -33,7 +33,7 @@ INCLUDES := source
|
|||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# options for code generation
|
# options for code generation
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
CFLAGS := -g -Wall -O0 -ffunction-sections\
|
CFLAGS := -g -Wall -O2 -ffunction-sections\
|
||||||
$(MACHDEP)
|
$(MACHDEP)
|
||||||
|
|
||||||
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
|
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user