aboutsummaryrefslogtreecommitdiff
path: root/externals/deprecated
diff options
context:
space:
mode:
Diffstat (limited to 'externals/deprecated')
-rw-r--r--externals/deprecated/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/deprecated/Makefile b/externals/deprecated/Makefile
index 3331cc94..5d351d5c 100644
--- a/externals/deprecated/Makefile
+++ b/externals/deprecated/Makefile
@@ -119,7 +119,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME)))
SOURCES += $(SOURCES_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