From 103574bded849257cdabb07f35748709a87c817f Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 9 May 2022 19:41:41 +0200 Subject: [PATCH] Build with -Os --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 157b5ce..321c9f9 100644 --- a/Makefile +++ b/Makefile @@ -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__