[.NET 6] Enable the sealer optimization in the linker #9573
Labels
dotnet
An issue or pull request related to .NET (6)
dotnet-pri2
.NET 6: want to have for stable release
enhancement
The issue or pull request is an enhancement
estimate-2d
iOS
Issues affecting iOS
Milestone
As the description says: enable the sealer optimization in the linker.
The difficult part lies in the fact that the only way to enable the sealer optimization is to pass the
--enable-opt sealer
command-line argument to the linker, and we currently have most of the logic to determine whether the sealer substep should be enabled or not in our custom linker steps.A couple of options:
Ref: #9575
The text was updated successfully, but these errors were encountered: