diff options
author | N.N. <sergi_ll@users.sourceforge.net> | 2008-07-10 16:13:54 +0000 |
---|---|---|
committer | N.N. <sergi_ll@users.sourceforge.net> | 2008-07-10 16:13:54 +0000 |
commit | 0fbfcdbc980a2898bcd73f95b24fb395e628eb50 (patch) | |
tree | f7e488ce643e929c71fb7bbecfd841c3f9964b6c | |
parent | f5b8814c486a55b64986f498cf3378e5166b54ea (diff) |
add -fPIC cflag
svn path=/trunk/externals/pmpd/; revision=10161
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index c213215..83e70be 100644 --- a/src/makefile +++ b/src/makefile @@ -61,7 +61,7 @@ pd_linux: pmpd.pd_linux mass.pd_linux link.pd_linux mass2D.pd_linux link2D.pd_li .SUFFIXES: .pd_linux
-LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
+LINUXCFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch
|