aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-01-16 06:06:47 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-01-16 06:06:47 +0000
commitcf11b926eefd8f5bdf055b2afaa838d5393d7646 (patch)
treeeda94966d85b13a6f122de40dbf714bde20025e7 /Makefile.common
parent325c36b3e08123d687e3aaa42a79cb7658fdcd53 (diff)
another attempt at MinGW build flags
svn path=/trunk/externals/miXed/; revision=7351
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
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)