This commit is contained in:
Maschell 2020-12-28 14:45:37 +01:00
parent 978678675c
commit fc9fec8d05
1 changed files with 1 additions and 1 deletions

View File

@ -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__