]> git.saurik.com Git - cycript.git/commitdiff
Moved -fPIC to base configuration.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 22 Oct 2009 09:37:13 +0000 (09:37 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 22 Oct 2009 09:37:13 +0000 (09:37 +0000)
Linux.mk
makefile

index 5fcb05425af349c8fd65a198c0dc32665acd8a8b..6c1906bcf10a85c6cb6bf04089d0dd1c083d6724 100644 (file)
--- a/Linux.mk
+++ b/Linux.mk
@@ -1,3 +1,2 @@
 export PATH := /usr/local/bin:$(PATH)
 flags += -I/usr/include/webkit-1.0
-flags += -fPIC
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)