Blob Blame History Raw
--- src/makefile-orig	2017-07-26 23:09:39.568145865 -0300
+++ src/makefile	2017-07-27 20:18:36.968458950 -0300
@@ -6,7 +6,7 @@
 CC=g++
 
 # Added -std=c++11 because of auto_ptr to unique_ptr transition
-CXXFLAGS= -Wall -O2 -DNDEBUG -std=c++11
+CXXFLAGS= -Wall -O2 -DNDEBUG -std=c++11 -fPIC
 
 LDFLAGS=