diff options
Diffstat (limited to 'usbhid/Makefile')
-rw-r--r-- | usbhid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usbhid/Makefile b/usbhid/Makefile index 2b62dd0..7df9795 100644 --- a/usbhid/Makefile +++ b/usbhid/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 |