From 096ef0c94ac7fedb901907119079341d3179f6ec Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 28 Dec 2020 14:46:41 +0100 Subject: [PATCH] O0->O2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc41d1d..df912f0 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,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__