diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-19 00:51:10 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-19 00:51:10 +0000 |
commit | 633d4f0c22085b81127ea94b5fde94f607ee2c1d (patch) | |
tree | 6f150a563da2220d5e68a0219a4bdd21e5974f38 | |
parent | f46dff87a385220a731918ac82c47166a95e4d92 (diff) |
removed -mms-bitfields on Krzysztof's request to test whether it might be causing cyclone problems. it seems to work ok without that build flag
svn path=/trunk/externals/miXed/; revision=6137
-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 |