Skip to content

Commit

Permalink
Condition dwarfdebug on WasmNativeDebugSymbols (dotnet#105727)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewing committed Jul 31, 2024
1 parent 80dbd69 commit 91154ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/wasm/build/WasmApp.Common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@
DisableParallelAot="$(DisableParallelAot)"
DedupAssembly="$(_WasmDedupAssembly)"
CacheFilePath="$(_AOTCompilerCacheFile)"
LLVMDebug="dwarfdebug"
UseDwarfDebug="$(WasmNativeDebugSymbols)"
LLVMPath="$(_WasmLLVMPathForAOT)"
CollectTrimmingEligibleMethods="$(WasmStripILAfterAOT)"
TrimmingEligibleMethodsOutputDirectory="$(_WasmIntermediateOutputPath)tokens"
Expand Down

0 comments on commit 91154ba

Please sign in to comment.