diff options
author | musil <tmusil@users.sourceforge.net> | 2008-06-13 22:10:03 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2008-06-13 22:10:03 +0000 |
commit | eca4f7d231e0f15a29712b207d9176030c43808c (patch) | |
tree | 9794ba1c13c3f5430dc8b1f013da897da08159c1 /src/makefile_linux | |
parent | 44fb3d044be36371d3edc20a4f33074f0a053287 (diff) |
-fPIC
svn path=/trunk/externals/iem/iem_spec2/; revision=10004
Diffstat (limited to 'src/makefile_linux')
-rw-r--r-- | src/makefile_linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile_linux b/src/makefile_linux index fb74c4f..5371eca 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) |