aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
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