mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
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).
This commit is contained in:
parent
3d8aa20b32
commit
5def366b91
@ -2,5 +2,6 @@
|
||||
<PropertyGroup>
|
||||
<UseMultiToolTask>true</UseMultiToolTask>
|
||||
<EnforceProcessCountAcrossBuilds>true</EnforceProcessCountAcrossBuilds>
|
||||
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Loading…
x
Reference in New Issue
Block a user