Skip to content

Commit

Permalink
Try re-enabling IBC on macOS. (#39801)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Jul 23, 2020
1 parent 9c3f017 commit 3a4298c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions eng/codeOptimization.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
<IsEligibleForNgenOptimization>true</IsEligibleForNgenOptimization>
<IsEligibleForNgenOptimization Condition="'$(IsReferenceAssembly)' == 'true'">false</IsEligibleForNgenOptimization>
<IsEligibleForNgenOptimization Condition="'$(GeneratePlatformNotSupportedAssembly)' == 'true' or '$(GeneratePlatformNotSupportedAssemblyMessage)' != ''">false</IsEligibleForNgenOptimization>
<!-- There's an issue causing IBCMerge failures because of mismatched MVIDs
across many of our assemblies on Mac, so disable
IBCMerge optimizations on Mac for now to unblock the offical build.
See issue https://github.com/dotnet/runtime/issues/33303
-->
<IsEligibleForNgenOptimization Condition="'$(TargetOS)' == 'OSX' or '$(TargetsMobile)' == 'true'">false</IsEligibleForNgenOptimization>
<IsEligibleForNgenOptimization Condition="'$(TargetsMobile)' == 'true'">false</IsEligibleForNgenOptimization>
</PropertyGroup>

<Target Name="SetApplyNgenOptimization"
Expand Down

0 comments on commit 3a4298c

Please sign in to comment.