diff options
Diffstat (limited to 'src/iemlib2/makefile')
-rw-r--r-- | src/iemlib2/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iemlib2/makefile b/src/iemlib2/makefile index d4d27a9..a463e02 100644 --- a/src/iemlib2/makefile +++ b/src/iemlib2/makefile @@ -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 \ - -DDL_OPEN + -DDL_OPEN -fPIC SYSTEM = $(shell uname -m) |