From 1640657534b9ad35b1cf05d3246bcc15f9d9c87b Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 1 Jan 2021 01:57:16 +0100 Subject: [PATCH] Compile using -O2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c0cbf5..74a9452 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__