diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-04-30 17:53:26 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-04-30 17:53:26 +0000 |
commit | e6721e26417291d6292d74854f6df4bf8ede4568 (patch) | |
tree | 7ab55da0ba8628fa2327483c277f3bae0cddbeed | |
parent | 2b0d3f46c926ecdd51049e9e7cc5451265738d0f (diff) |
added "-fPIC" for x86_64 compatibility
svn path=/trunk/externals/markex/; revision=9745
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ TARGETS = $(SOURCES:.c=.pd_linux) .SUFFIXES: .pd_linux
-LINUXCFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer \
+LINUXCFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch
|