diff options
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index be418ef..26a8457 100644 --- a/Makefile.common +++ b/Makefile.common @@ -37,7 +37,7 @@ X_SUFFIX = pd_linux CC = gcc LFLAGS = -export_dynamic -shared # FIXME strict-aliasing -OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing +OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing -fPIC ifeq ($(MY_NAME),krzYszcz) DEFINES = -DUNIX -DKRZYSZCZ else |