diff options
-rw-r--r-- | src/makefile | 2 | ||||
-rw-r--r-- | src/makefile_linux | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile index 4d1967c..5008356 100644 --- a/src/makefile +++ b/src/makefile @@ -11,7 +11,7 @@ LIB = -ldl -lm -lpthread CFLAGS = -DPD -DUNIX -W -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \ - -DDL_OPEN + -DDL_OPEN -fPIC SYSTEM = $(shell uname -m) diff --git a/src/makefile_linux b/src/makefile_linux index da6bd46..2bf5f36 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) |