Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for split debuginfo files #17962

Merged
merged 2 commits into from
Aug 17, 2016
Merged

add support for split debuginfo files #17962

merged 2 commits into from
Aug 17, 2016

Commits on Aug 15, 2016

  1. add support for split debuginfo files

    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
    vtjnash committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    b67fd06 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Configuration menu
    Copy the full SHA
    4083d9b View commit details
    Browse the repository at this point in the history