mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 13:21:31 +00:00
Don't compile with dynamic base
This commit is contained in:
parent
8b202a4f00
commit
93ec7bd9e5
1 changed files with 5 additions and 0 deletions
|
@ -168,3 +168,8 @@ endif
|
|||
ifndef MINGW64
|
||||
LDFLAGS+=-Wl,--large-address-aware
|
||||
endif
|
||||
|
||||
# disable dynamicbase if under msys2
|
||||
ifdef MSYSTEM
|
||||
LDFLAGS+=-Wl,--disable-dynamicbase
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue