diff options
author | musil <tmusil@users.sourceforge.net> | 2008-06-13 22:05:15 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2008-06-13 22:05:15 +0000 |
commit | 01454b38dd2d373ae5ff9a63424e440383d93d26 (patch) | |
tree | c949d914a588a916d57414721d58ab7f0533fe51 /src/makefile_linux | |
parent | 9309e50feb7e0a229a97d4f5fe1995561c9e2570 (diff) |
-fPIC
svn path=/trunk/externals/iem/iem_ambi/; revision=9999
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 da6bd46..2bf5f36 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) |