Skip to content

Commit

Permalink
perf: Enable UPRI trimming everywhere ILLink runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ebariche committed May 23, 2024
1 parent c33dd8b commit 7fda9b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@

<Target Name="_UnoLinkerUpriFeatures"
Condition="'$(IsUnoHead)'=='true'"
BeforeTargets="BuildDist">
BeforeTargets="BuildDist;PrepareForILLink">

<UpriFeaturesGeneratorTask_v0
Languages="@(UnoSupportedLanguage)">
Expand Down

0 comments on commit 7fda9b8

Please sign in to comment.