Skip to content

Commit

Permalink
Don't strip IL after AOT
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasstich committed Mar 21, 2024
1 parent 21c1cda commit 6c466d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebAssembly/WebAssembly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@

<PropertyGroup>
<RunAOTCompilation>true</RunAOTCompilation>
<WasmStripILAfterAOT>true</WasmStripILAfterAOT>
<WasmStripILAfterAOT>false</WasmStripILAfterAOT>
</PropertyGroup>
</Project>

0 comments on commit 6c466d4

Please sign in to comment.