Build with -Os

This commit is contained in:
Maschell 2022-05-09 19:41:41 +02:00
parent 540715a973
commit 103574bded
1 changed files with 1 additions and 1 deletions

View File

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