aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2010-09-15 12:37:05 +0000
committermescalinum <mescalinum@users.sourceforge.net>2010-09-15 12:37:05 +0000
commit00c0411c0a2a68049562e14911adaa86d3bae25f (patch)
treed0ecd54d746747c13aaee63d7d9f373510065052
parent020ebf9ca2cba65607f16ad7377e8d59e2f47ec2 (diff)
remove -mcpu/-mtune flags as it breaks x64 build. we should eventually figure a way of determining automatically the CPU, but 'uname -m' doesn't tell the truth
svn path=/trunk/externals/pdvjtools/; revision=14145
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85b384d..c1dfef4 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME)))
CXXSOURCES += $(CXXSOURCES_Windows)
EXTENSION = dll
OS = windows
- OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer -march=i686 -mtune=pentium4
+ OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer
WINDOWS_HACKS = -D'O_NONBLOCK=1'
CFLAGS += -mms-bitfields $(WINDOWS_HACKS)
LDFLAGS += -s -shared -Wl,--enable-auto-import