mirror of https://github.com/PCSX2/pcsx2.git
VSProps: Use MultiToolTask mode
Much better parallelism, due to our source files being spread out across multiple folders. pcsx2core build time on a Ryzen 3900X with 12C/24T: Before: Time Elapsed 00:00:26.74 After: Time Elapsed 00:01:03.21
This commit is contained in:
parent
fd194124a9
commit
76b03a8a88
|
@ -14,4 +14,10 @@
|
|||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
|
||||
<!-- This better belongs in BaseProperies.props, but it needs to be set before the default props file is imported. -->
|
||||
<PropertyGroup>
|
||||
<UseMultiToolTask>true</UseMultiToolTask>
|
||||
<EnforceProcessCountAcrossBuilds>true</EnforceProcessCountAcrossBuilds>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue