Skip to content

How to get runtime symbols when building runtime ? #109578

Answered by am11
jpdurot asked this question in Q&A
Discussion options

You must be logged in to vote

It was changed in #90050. Besides "use source-build" which has a slightly different workflow, there are two options:

  1. override SkipArchivesBuild from build command ./build.sh clr+libs+packs -c Release -p:SkipArchivesBuild=false; it produces dotnet-runtime-symbols-<platform>-<version>.tar.gz as before.
  2. disable symbol stripping (to separate files) ./build.sh clr+libs+packs -keepnativesymbols true -c Release; it produces fat/unstripped native binaries containing the debug symbols within.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jpdurot
Comment options

Answer selected by jpdurot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants