We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b1d52 commit 3593c41Copy full SHA for 3593c41
src/mono/wasm/build/WasmApp.Common.targets
@@ -499,6 +499,9 @@
499
500
<!-- WasmOptConfigurationFlags property is set by reading from wasm-props.json -->
501
<WasmOptConfigurationFlags Include="@(_DefaulWasmOptConfigurationFlags)" />
502
+
503
+ <!-- fixme: https://github.com/WebAssembly/binaryen/issues/6639 -->
504
+ <WasmOptConfigurationFlags Include="-O1" Condition="!$([MSBuild]::IsOSPlatform('windows'))" />
505
</ItemGroup>
506
</Target>
507
0 commit comments