mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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
57cebd383f
commit
742a665481
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…
Add table
Reference in a new issue