未验证 提交 b79e4d3c 编写于 作者: T Tomáš Rylek 提交者: GitHub

Compile System.Private.CoreLib with Crossgen2 by default (#44618)

After I deleted the Utf8String-related experimental code from the
runtime repo per JanK's suggestion, I can now enable Crossgen2
compilation for System.Private.CoreLib by default.

Thanks

Tomas
上级 17f5167d
......@@ -5,7 +5,7 @@
<Target Name="Build">
<PropertyGroup>
<!-- Default for using Crossgen2 when not set externally -->
<UseCrossgen2 Condition="'$(UseCrossgen2)' == ''">false</UseCrossgen2>
<UseCrossgen2 Condition="'$(UseCrossgen2)' == ''">true</UseCrossgen2>
<OSPlatformConfig>$(TargetOS).$(TargetArchitecture).$(Configuration)</OSPlatformConfig>
<RootBinDir>$(RepoRoot)\artifacts</RootBinDir>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册