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