aboutsummaryrefslogtreecommitdiff
path: root/src/makefile_linux
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile_linux')
-rw-r--r--src/makefile_linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile_linux b/src/makefile_linux
index 9efcae6..5825dac 100644
--- a/src/makefile_linux
+++ b/src/makefile_linux
@@ -11,7 +11,7 @@ LIB = -ldl -lm -lpthread
CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \
-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \
- -DDL_OPEN
+ -DDL_OPEN -fPIC
SYSTEM = $(shell uname -m)