diff options
-rw-r--r-- | Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index 7b35d7a..0c272ef 100644 --- a/Makefile.common +++ b/Makefile.common @@ -50,8 +50,8 @@ ifeq ($(OS_NAME),MinGW) CC = gcc X_SUFFIX = dll DEFINES = -DNT -DMSW -# assuming pd itself was either vc-compiled or declared -mms-bitfields too... -OPT_CFLAGS = -funroll-loops -mms-bitfields +# 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 endif |