aboutsummaryrefslogtreecommitdiff
path: root/xbee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xbee/Makefile')
-rw-r--r--xbee/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbee/Makefile b/xbee/Makefile
index cee7adb..b7e3c40 100644
--- a/xbee/Makefile
+++ b/xbee/Makefile
@@ -118,7 +118,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