mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Merge branch 'large-address-aware' into 'master'
Add large address aware flag See merge request KartKrew/Kart-Public!246
This commit is contained in:
commit
0241b73dbe
1 changed files with 4 additions and 0 deletions
|
@ -164,3 +164,7 @@ else
|
|||
endif
|
||||
LIBS+=-ldiscord-rpc
|
||||
endif
|
||||
|
||||
ifndef MINGW64
|
||||
LDFLAGS+=-Wl,--large-address-aware
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue