From cb17522af252de26e1f9125dc31824bcd4fdbb70 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 16 Feb 2018 17:39:08 +0100 Subject: [PATCH] Revert changing compiler flags. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c9b2db..0b71371 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ LIB := lib #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -CFLAGS = -shared -fPIC -g -O2 -Wall -D__wiiu__ $(MACHDEP) $(INCLUDE) +CFLAGS = -g -O2 -Wall -D__wiiu__ $(MACHDEP) $(INCLUDE) CXXFLAGS = $(CFLAGS) -D_GNU_SOURCE ifeq ($(DO_LOGGING), 1)