mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Before this commit, the default memory limit was around 2 GB and our MinGW built executables hit this limit. Swift and all 3rd party libraries are 64 bit safe, so it is also safe to use the large-address-aware linker flag. This allows memory allocation up to 4 GB. refs #788