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 authored and mfasi committed Sep 5, 2016
1 parent 12a01dc commit b92d580
Showing 1 changed file with 352 additions and 201 deletions.
Loading

0 comments on commit b92d580

Please sign in to comment.