From e48e5e0104d8255c53c200e9c435133842ec59b1 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 9 Feb 2018 21:25:04 +0100 Subject: [PATCH] Using -O2 instead of -Os to be compatible with the WiiUPluginSystem --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c92b4e..f509614 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ LIB := lib #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -CFLAGS = -g -Os -Wall -D__wiiu__ $(MACHDEP) $(INCLUDE) +CFLAGS = -g -O2 -Wall -D__wiiu__ $(MACHDEP) $(INCLUDE) CXXFLAGS = $(CFLAGS) ASFLAGS := -g