Skip to content

Commit 408a7c2

Browse files
radicalvargaz
authored andcommitted
[wasm] Enable symbol map for AOT tests too
1 parent 9ccb5c4 commit 408a7c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/testing/tests.wasm.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- for AOT library tests, we use WasmNativeStrip=false, so we already have symbols
2020
-->
2121
<WasmNativeStrip Condition="'$(WasmNativeStrip)' == ''">false</WasmNativeStrip>
22-
<WasmEmitSymbolMap Condition="'$(WasmEmitSymbolMap)' == '' and '$(RunAOTCompilation)' != 'true'">true</WasmEmitSymbolMap>
22+
<WasmEmitSymbolMap Condition="'$(WasmEmitSymbolMap)' == ''">true</WasmEmitSymbolMap>
2323

2424
<!-- Run only if previous command succeeded -->
2525
<_ShellCommandSeparator Condition="'$(OS)' == 'Windows_NT'">&amp;&amp;</_ShellCommandSeparator>

0 commit comments

Comments
 (0)