mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-27 11:40:52 +00:00
Add large address aware flag
This allows the final exe to use more than 2gb of RAM in a 64-bit system which should get rid of most out of memory errors on 32-bit builds
This commit is contained in:
parent
235c6cbf49
commit
1f5e9fd802
1 changed files with 4 additions and 0 deletions
|
@ -164,3 +164,7 @@ else
|
||||||
endif
|
endif
|
||||||
LIBS+=-ldiscord-rpc
|
LIBS+=-ldiscord-rpc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifndef MINGW64
|
||||||
|
LDFLAGS+=-Wl,--large-address-aware
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue