From 1b7d77983548edd41701b63c81d06a503987c671 Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Thu, 17 Apr 2025 15:10:32 -0500 Subject: [PATCH] try disabling dwarf symbols in the aot output --- src/mono/wasm/build/WasmApp.Common.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono/wasm/build/WasmApp.Common.targets b/src/mono/wasm/build/WasmApp.Common.targets index 7941eba7030a0c..63a852d7dd9d71 100644 --- a/src/mono/wasm/build/WasmApp.Common.targets +++ b/src/mono/wasm/build/WasmApp.Common.targets @@ -718,7 +718,7 @@ DisableParallelAot="$(DisableParallelAot)" DedupAssembly="$(_WasmDedupAssembly)" CacheFilePath="$(_AOTCompilerCacheFile)" - UseDwarfDebug="$(WasmNativeDebugSymbols)" + UseDwarfDebug="false" LLVMPath="$(_WasmLLVMPathForAOT)" CollectTrimmingEligibleMethods="$(WasmStripILAfterAOT)" TrimmingEligibleMethodsOutputDirectory="$(_WasmIntermediateOutputPath)tokens"