aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2008-06-13 22:09:35 +0000
committermusil <tmusil@users.sourceforge.net>2008-06-13 22:09:35 +0000
commit755f14bd1256a8e8e85bdc013be2b2834084f2e1 (patch)
tree4222d816a66ee5a4b60b6e09bd62eca927a0cfdb
parent05d7bffcf8c9f4aa5fac96a4274189b1854ad64d (diff)
-fPIC
svn path=/trunk/externals/iem/iem_roomsim/; revision=10003
-rw-r--r--src/makefile2
-rw-r--r--src/makefile_linux2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index a4b646f..c379be2 100644
--- a/src/makefile
+++ b/src/makefile
@@ -11,7 +11,7 @@ LIB = -ldl -lm -lpthread
CFLAGS = -DPD -DUNIX -W -Wno-unused \
-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \
- -DDL_OPEN
+ -DDL_OPEN -fPIC
SYSTEM = $(shell uname -m)
diff --git a/src/makefile_linux b/src/makefile_linux
index 9efcae6..5825dac 100644
--- a/src/makefile_linux
+++ b/src/makefile_linux
@@ -11,7 +11,7 @@ LIB = -ldl -lm -lpthread
CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \
-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \
- -DDL_OPEN
+ -DDL_OPEN -fPIC
SYSTEM = $(shell uname -m)