Turn on compiler optimization

This commit is contained in:
Maschell 2022-09-18 12:15:00 +02:00
parent 4c67d1f935
commit 8aed9f0467

View File

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