Skip to content

Commit

Permalink
Workaround wasm-opt crash
Browse files Browse the repository at this point in the history
  • Loading branch information
radekdoulik committed Jun 4, 2024
1 parent d7b1d52 commit 3593c41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mono/wasm/build/WasmApp.Common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,9 @@

<!-- WasmOptConfigurationFlags property is set by reading from wasm-props.json -->
<WasmOptConfigurationFlags Include="@(_DefaulWasmOptConfigurationFlags)" />

<!-- fixme: https://github.com/WebAssembly/binaryen/issues/6639 -->
<WasmOptConfigurationFlags Include="-O1" Condition="!$([MSBuild]::IsOSPlatform('windows'))" />
</ItemGroup>
</Target>

Expand Down

0 comments on commit 3593c41

Please sign in to comment.