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