Skip to content

Commit

Permalink
Trim after AOT (fix #23)
Browse files Browse the repository at this point in the history
  • Loading branch information
verdie-g committed Nov 24, 2024
1 parent 4c315c1 commit c4be9a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DotnetEventsViewer/DotnetEventsViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<RunAOTCompilation>true</RunAOTCompilation>
<WasmStripILAfterAOT>true</WasmStripILAfterAOT>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c4be9a6

Please sign in to comment.