mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 15:49:11 +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
|
||||
AR_EXT = lib
|
||||
BIN_EXT = .exe
|
||||
UNICORN_QEMU_FLAGS += --disable-stack-protector
|
||||
|
||||
# Linux, Darwin
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue