From 9e5b9d746cc9253154ba001a882007b0cfc3f984 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 1 Nov 2016 19:48:34 +0800 Subject: [PATCH] Mingw compile with --disable-stack-protector option by default --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 75f51228..06959adf 100644 --- a/Makefile +++ b/Makefile @@ -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