[Scummvm-git-logs] scummvm master -> 5def366b91fb17fa95dbb2cef8d113f3b1eb465f
SupSuper
supsuper at gmail.com
Wed Mar 17 03:48:44 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
5def366b91 MSVC: Use 64-bit linker when compiling ScummVM
Commit: 5def366b91fb17fa95dbb2cef8d113f3b1eb465f
https://github.com/scummvm/scummvm/commit/5def366b91fb17fa95dbb2cef8d113f3b1eb465f
Author: SupSuper (supsuper at gmail.com)
Date: 2021-03-17T03:48:32Z
Commit Message:
MSVC: Use 64-bit linker when compiling ScummVM
A Release build with all engines enabled exceeds the
32-bit linker heap space, so just default to the 64-bit linker.
This does not affect the generated binary (it will still run on x86).
Changed paths:
dists/msvc/Directory.Build.props
diff --git a/dists/msvc/Directory.Build.props b/dists/msvc/Directory.Build.props
index fae8da1460..da69161291 100644
--- a/dists/msvc/Directory.Build.props
+++ b/dists/msvc/Directory.Build.props
@@ -2,5 +2,6 @@
<PropertyGroup>
<UseMultiToolTask>true</UseMultiToolTask>
<EnforceProcessCountAcrossBuilds>true</EnforceProcessCountAcrossBuilds>
+ <PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
</Project>
\ No newline at end of file
More information about the Scummvm-git-logs
mailing list