aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index d106e40..4dd5f25 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -50,7 +50,8 @@ ifeq ($(OS_NAME),MinGW)
CC = gcc
X_SUFFIX = dll
DEFINES = -DNT -DMSW
-OPT_CFLAGS = -funroll-loops
+# assuming pd itself was either vc-compiled or declared -mms-bitfields too...
+OPT_CFLAGS = -funroll-loops -mms-bitfields
LFLAGS = -shared $(PD_DIR)/../bin/pd.dll -Wl,--enable-runtime-pseudo-reloc
endif