Compile with O3

This commit is contained in:
Maschell 2023-01-26 12:40:40 +01:00
parent 0831da5703
commit 04258a2317
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ INCLUDES := src
#-------------------------------------------------------------------------------
# options for code generation
#-------------------------------------------------------------------------------
CFLAGS := -Wall -O2 -ffunction-sections \
CFLAGS := -Wall -O3 -ffunction-sections \
$(MACHDEP)
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__ -D__WUPS__