From fc9fec8d050cf3db265ba08760cdecc0f679ee1c Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 28 Dec 2020 14:45:37 +0100 Subject: [PATCH] O0 -> O2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 477e8c9..18b8dac 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ INCLUDES := source #------------------------------------------------------------------------------- # options for code generation #------------------------------------------------------------------------------- -CFLAGS := -g -Wall -O0 -ffunction-sections\ +CFLAGS := -g -Wall -O2 -ffunction-sections\ $(MACHDEP) CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__