summaryrefslogtreecommitdiff
path: root/win64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'win64/Makefile')
-rw-r--r--win64/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/win64/Makefile b/win64/Makefile
index 744b0b3d..fe60793c 100644
--- a/win64/Makefile
+++ b/win64/Makefile
@@ -21,8 +21,8 @@
OSTYPE = $(shell uname -msr)
# Don't know how to do a native compile here...
WINPREFIX := $(shell ./find-mingw64.sh gcc)
-WINCFLAGS := -mno-ms-bitfields $(GCCWARN) -Wno-sign-compare -Os \
- -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
+WINCFLAGS := $(GCCWARN) -Wno-sign-compare -Os -fomit-frame-pointer \
+ -D_FILE_OFFSET_BITS=64
WINLDFLAGS := -Os -s
WINCFLAGS += -I. -I../win -I.. -I../libfat -I../libinstaller \