[Mono] Update Mono build README.md (#87517)
authorFan Yang <52458914+fanyang-mono@users.noreply.github.com>
Wed, 14 Jun 2023 19:58:14 +0000 (15:58 -0400)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2023 19:58:14 +0000 (15:58 -0400)
Added one more useful switch `-p:KeepNativeSymbols=true`

docs/workflow/building/mono/README.md

index 602e65d..318c23c 100644 (file)
@@ -66,6 +66,8 @@ For `build.sh`
 
 `/p:DisableCrossgen=true` - Skips building the installer if you don't need it (builds faster)
 
+`-p:KeepNativeSymbols=true` - Keep the symbols in the binary instead of stripping them out to a separate file. This helps with debugging Mono with lldb.
+
 The build has a number of options that you can learn about using build -?.
 
 ### WebAssembly