mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-27 19:50:51 +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
|
ifndef MINGW64
|
||||||
LDFLAGS+=-Wl,--large-address-aware
|
LDFLAGS+=-Wl,--large-address-aware
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# disable dynamicbase if under msys2
|
||||||
|
ifdef MSYSTEM
|
||||||
|
LDFLAGS+=-Wl,--disable-dynamicbase
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue