mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-21 06:13:54 +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…
Add table
Add a link
Reference in a new issue