From 171cc096368e463aae061188f4b17063b6577f3c Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Wed, 19 Apr 2023 00:06:12 -0400 Subject: [PATCH] [mono][wasm] Avoid stripping the runtimes built by the make targets in src/mono/wasm. (#85021) --- src/mono/wasm/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mono/wasm/Makefile b/src/mono/wasm/Makefile index 5e532a0d9c8..d5c184ab665 100644 --- a/src/mono/wasm/Makefile +++ b/src/mono/wasm/Makefile @@ -8,6 +8,8 @@ MSBUILD_ARGS+=/p:MonoVerboseBuild=true MSBUILD_ARGS+=-bl endif +MSBUILD_ARGS+=/p:KeepNativeSymbols=true + DOTNET=$(TOP)/dotnet.sh JSVU=$(HOME)/.jsvu CHROMEDRIVER?=$(HOME)/.chromedriver -- 2.34.1