Use -Os instead of -O0

This commit is contained in:
Maschell 2022-05-13 00:31:53 +02:00
parent b3dd2b9d66
commit 2b8d2d5f30

View File

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