From: Jay Freeman (saurik) Date: Thu, 22 Oct 2009 09:37:13 +0000 (+0000) Subject: Moved -fPIC to base configuration. X-Git-Tag: v0.9.432~280 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/d9b2d5d828420a4e23b31c96c2d64224c519cd2f?ds=sidebyside Moved -fPIC to base configuration. --- diff --git a/Linux.mk b/Linux.mk index 5fcb054..6c1906b 100644 --- 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 diff --git a/makefile b/makefile index 4a7ded5..bda4406 100644 --- 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)