Mingw compile with --disable-stack-protector option by default

This commit is contained in:
Nguyen Anh Quynh 2016-11-01 19:48:34 +08:00
parent ffa36b9001
commit 9e5b9d746c

View file

@ -127,6 +127,7 @@ else ifneq ($(filter MINGW%,$(UNAME_S)),)
EXT = dll
AR_EXT = lib
BIN_EXT = .exe
UNICORN_QEMU_FLAGS += --disable-stack-protector
# Linux, Darwin
else