aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2012-10-27 13:58:28 +0000
committerTom Schouten <doelie@users.sourceforge.net>2012-10-27 13:58:28 +0000
commit201a9e763213f555d6797d0c6cad26a533fa75a5 (patch)
tree2fb38504fe5c029d731f23d35c8db95a553d7c8e /Makefile.config.in
parent99c67991f9a3c49485bc40b05f8ce85ecd838da5 (diff)
creb: tabreadmix~ changes + build fixes + 32/64 bit fixes
svn path=/trunk/externals/creb/; revision=16491
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 204525c..62213a3 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -6,7 +6,7 @@ prefix=@prefix@
CREB_VERSION = 0.9.2
DEFS = -DPD -DCREB_VERSION=\"$(CREB_VERSION)\"
-CFLAGS = $(DEFS) -O2 -funroll-loops -fomit-frame-pointer \
+CFLAGS = $(DEFS) -fPIC -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch # -Wshadow
INCLUDE = -I$(PD_INCLUDE_DIR) -I../include -I../include/dspi