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 and ranjeshj committed Jul 8, 2020
1 parent a2a332b commit 5ef1691
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 @@ -250,7 +250,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 5ef1691

Please sign in to comment.