Skip to content

Commit

Permalink
add support for split debuginfo files
Browse files Browse the repository at this point in the history
There seem to be a few variations on the tools and arguments
available for creating split debuginfo files.
I used the following:

objcopy --only-keep-debug libjulia.so libjulia.so.debug
strip -g libjulia.so
objcopy --add-gnu-debuglink=libjulia.so.debug libjulia.so

(cherry picked from commit b67fd06)
ref #17962
  • Loading branch information
vtjnash authored and tkelman committed Aug 20, 2016
1 parent a3e144e commit 96ef8f2
Showing 1 changed file with 352 additions and 201 deletions.
Loading

0 comments on commit 96ef8f2

Please sign in to comment.