aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <sergi_ll@users.sourceforge.net>2008-07-10 15:41:39 +0000
committerN.N. <sergi_ll@users.sourceforge.net>2008-07-10 15:41:39 +0000
commita6ae5c704a97d79619cb8c22cc6b6f5bc7a5006f (patch)
treeff4ca63eb32ad830f67416a59d3c478d4f33e202
parentbd9c26420cba7589d7e37d593e17690995511334 (diff)
add -fPIC cflag
svn path=/trunk/externals/gem2pdp/; revision=10158
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d3538d1..2ce9179 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -13,7 +13,7 @@ GEM2PDP_TARBALL = $(GEM2PDP_DISTRO).tar.gz
# build flags
INCLUDES = @INCLUDES@ -I$(PD_DIR)/src -I. -I$(PDP_DIR)/include -I$(GEM_DIR)/src
-CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \
+CFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \
-Wall -W -Wno-unused -Wno-parentheses -Wno-switch \
-DGEM2PDP_VERSION=\"$(GEM2PDP_VERSION)\" -g @CFLAGS@
PDP_PIDIP_CFLAGS = -O