Skip to content

Commit

Permalink
Disable multi-proc building in lab (#2857)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahone authored and ranjeshj committed Jul 7, 2020
1 parent 7d43a01 commit a2a332b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/dll/Microsoft.UI.Xaml.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@
<PreprocessorDefinitions>DISABLE_WINRT_DEPRECATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<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>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit a2a332b

Please sign in to comment.