Skip to content

Commit

Permalink
XXX REVERT ME - temporarily disable dedup
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Jan 20, 2023
1 parent 67d64e3 commit 5983e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/wasm/build/WasmApp.targets
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
-->

<PropertyGroup>
<WasmDedup Condition="'$(WasmDedup)' == ''">true</WasmDedup>
<WasmDedup Condition="'$(WasmDedup)' == ''">false</WasmDedup>
<WasmEnableExceptionHandling Condition="'$(WasmEnableExceptionHandling)' == ''">false</WasmEnableExceptionHandling>
<WasmEnableSIMD Condition="'$(WasmEnableSIMD)' == ''">false</WasmEnableSIMD>

Expand Down

0 comments on commit 5983e65

Please sign in to comment.