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
  • Loading branch information
vtjnash committed Aug 12, 2016
1 parent 5838a12 commit 74a151e
Showing 1 changed file with 352 additions and 201 deletions.
Loading

0 comments on commit 74a151e

Please sign in to comment.