Skip to content

Commit 61243bb

Browse files
committed
Compile System.Private.CoreLib with Crossgen2 by default, take 2
After Bruce's and JanK's fixes I'm no longer able to repro the previously observed failures in libraries tests locally so I'm switching back to lab testing; I plan to run several rounds of PR and outerloop tests to increase my confidence in the change. Thanks Tomas
1 parent 5ac16c4 commit 61243bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/crossgen-corelib.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
AfterTargets="Build">
99
<PropertyGroup>
1010
<!-- Default for using Crossgen2 when not set externally -->
11-
<UseCrossgen2 Condition="'$(UseCrossgen2)' == ''">false</UseCrossgen2>
11+
<UseCrossgen2 Condition="'$(UseCrossgen2)' == ''">true</UseCrossgen2>
1212

1313
<OSPlatformConfig>$(TargetOS).$(TargetArchitecture).$(Configuration)</OSPlatformConfig>
1414
<RootBinDir>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'artifacts'))</RootBinDir>

0 commit comments

Comments
 (0)