]> git.saurik.com Git - cycript.git/blobdiff - makefile
Moved -fPIC to base configuration.
[cycript.git] / makefile
index 4a7ded5987daf57433361af8eb7eb1b8ba5490a0..bda4406d8747d10df62379ed187cda30c907c8a9 100644 (file)
--- a/makefile
+++ b/makefile
@@ -6,8 +6,9 @@ endif
 
 #flags := -g3 -O0 -DYYDEBUG=1
 flags := -g0 -O3
-flags += -Wall -Werror -Wno-parentheses -I. -fno-common
-flags += -I$(shell apr-1-config --includedir)
+flags += -Wall -Werror -Wno-parentheses
+flags += -fPIC -fno-common
+flags += -I. -I$(shell apr-1-config --includedir)
 
 svn := $(shell svnversion)