diff options
-rw-r--r-- | Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index 0c272ef..85a7981 100644 --- a/Makefile.common +++ b/Makefile.common @@ -51,8 +51,8 @@ CC = gcc X_SUFFIX = dll DEFINES = -DNT -DMSW # assuming pd itself was mingw-compiled, and -mms-bitfields was not set -OPT_CFLAGS = -funroll-loops -LFLAGS = -shared $(PD_DIR)/../bin/pd.dll -Wl,--enable-runtime-pseudo-reloc +OPT_CFLAGS = -funroll-loops -mms-bitfields +LFLAGS = -shared $(PD_DIR)/../bin/pd.dll endif ifeq ($(OS_NAME),Darwin) |