Compile with O2 as we are not limited by binary sizes anymore

This commit is contained in:
Maschell 2026-04-29 08:34:15 +02:00
parent d483c4e39b
commit 9a081bfb04

View File

@ -39,7 +39,7 @@ INCLUDES := source
#-------------------------------------------------------------------------------
# options for code generation
#-------------------------------------------------------------------------------
CFLAGS := -Wall -Wextra -Werror -Os -ffunction-sections -fdata-sections\
CFLAGS := -Wall -Wextra -Werror -O2 -ffunction-sections -fdata-sections\
$(MACHDEP)
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__