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 63db85158a
commit f9baf2ec55

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__