From 09e817a7390a7021a6f537db104599e1f420428d Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 12 Jan 2022 23:11:34 +0100 Subject: [PATCH] Built with -Os instead of -O2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff65bce..74456f7 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ INCLUDES := source #------------------------------------------------------------------------------- # options for code generation #------------------------------------------------------------------------------- -CFLAGS := -g -Wall -O2 -ffunction-sections \ +CFLAGS := -g -Wall -Os -ffunction-sections \ $(MACHDEP) CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__