mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 22:37:50 +00:00
Mingw compile with --disable-stack-protector option by default
This commit is contained in:
parent
ffa36b9001
commit
9e5b9d746c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -127,6 +127,7 @@ else ifneq ($(filter MINGW%,$(UNAME_S)),)
|
||||||
EXT = dll
|
EXT = dll
|
||||||
AR_EXT = lib
|
AR_EXT = lib
|
||||||
BIN_EXT = .exe
|
BIN_EXT = .exe
|
||||||
|
UNICORN_QEMU_FLAGS += --disable-stack-protector
|
||||||
|
|
||||||
# Linux, Darwin
|
# Linux, Darwin
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue