aboutsummaryrefslogtreecommitdiff
path: root/pd/extra/pique/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pd/extra/pique/makefile')
-rw-r--r--pd/extra/pique/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pd/extra/pique/makefile b/pd/extra/pique/makefile
index 1c1f9326..dd9a3350 100644
--- a/pd/extra/pique/makefile
+++ b/pd/extra/pique/makefile
@@ -60,9 +60,9 @@ pd_linux: $(NAME).pd_linux
.SUFFIXES: .pd_linux
-LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
- -Wall -W -Wshadow -Wstrict-prototypes -Werror \
- -Wno-unused -Wno-parentheses -Wno-switch
+LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \
+ -Wall -W -Wshadow -Wstrict-prototypes \
+ -Wno-unused -Wno-parentheses -Wno-switch $(CFLAGS)
LINUXINCLUDE = -I../../src