Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara committed Jul 1, 2024
1 parent 2e82a88 commit ca5b8e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mono/wasi/wasi.proj
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@

<CMakeConfigurationLinkFlags Condition="'$(Configuration)' == 'Debug'" >$(CMakeConfigurationWasiFlags)</CMakeConfigurationLinkFlags>
<!-- wasm-opt doesn't know how to parse wasm component
TODO with WASI SDK 23 use `no-wasm-opt`
https://github.com/llvm/llvm-project/pull/95208
<CMakeConfigurationLinkFlags Condition="'$(Configuration)' == 'Release'">-O2</CMakeConfigurationLinkFlags>
-->

Expand Down

0 comments on commit ca5b8e1

Please sign in to comment.