Skip to content

Commit

Permalink
[wasm] Force partial trim mode for browser bench (#81284)
Browse files Browse the repository at this point in the history
Before we fix json [de]serialization to work with full trim
  • Loading branch information
radekdoulik authored Jan 27, 2023
1 parent 5cc02f6 commit ddfaf27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<EnableAggressiveTrimming Condition="'$(EnableAOTAndTrimming)' != ''">$(EnableAOTAndTrimming)</EnableAggressiveTrimming>
<PublishTrimmed Condition="'$(EnableAOTAndTrimming)' != ''">$(EnableAOTAndTrimming)</PublishTrimmed>
<RunAOTCompilation Condition="'$(EnableAOTAndTrimming)' != ''">$(EnableAOTAndTrimming)</RunAOTCompilation>
<TrimMode>partial</TrimMode>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ddfaf27

Please sign in to comment.