Use -Os instead of -O2

This commit is contained in:
Maschell 2022-04-22 22:45:44 +02:00
parent 86a946a9fb
commit 376ada809a

View File

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