Skip to content

Commit

Permalink
Disable multi-proc build for lab machines (#2865)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahone authored Jul 8, 2020
1 parent 45e6a3f commit 7260301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/dll/Microsoft.UI.Xaml.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
<Optimization Condition="'$(Configuration)'=='Release'">MinSpace</Optimization>
<ConformanceMode>true</ConformanceMode>
<!-- Disable multi-proc building on low powered machines, such as the lab machines -->
<MultiProcessorCompilation Condition="'$(NUMBER_OF_PROCESSORS)'=='2'">false</MultiProcessorCompilation>
<MultiProcessorCompilation Condition="'$(TF_BUILD)'=='True'">false</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit 7260301

Please sign in to comment.