From d1a68f16803f74127402025157c65d1527695aa4 Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Sat, 5 May 2018 18:15:36 -0400 Subject: [PATCH] Added flags --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c9ca1de..c8434f0 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ #Macros that are corss platform -LIBFLAGS = -shared -std=c++11 -O3 -fPIC +LIBFLAGS = -shared -std=c++11 -O3 -fPIC -Wall EXEFLAGS = -std=c++11 -O3 TESTFLAGS = -std=c++11 -DTEST_VERSION DEBUGFLAGS = $(TESTFLAGS) -g