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

gitian: Ship debug tarballs/zips with debug symbols #8167

Merged
merged 3 commits into from Jun 9, 2016

Commits on Jun 8, 2016

  1. depends: allow for CONFIG_SITE to be used rather than stealing prefix

    This does not break any existing prefix behavior, only makes new behavior work.
    
    For example:
    CONFIG_SITE=$PWD/depends/x86_64-pc-linux-gnu/share/config.site ./configure --prefix=/
    theuni committed Jun 8, 2016
    Copy the full SHA
    b676f38 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ad38204 View commit details
    Browse the repository at this point in the history
  3. gitian: create debug packages for linux/windows

    The -debug tarballs/zips contain detached debugging symbols. To use them, place
    in the same dir as the target binary, and invoke gdb as usual.
    
    Also, because the debug symbols add a substantial space requirement, the build
    dirs are now deleted when they're no longer needed.
    theuni committed Jun 8, 2016
    Copy the full SHA
    7e7eb27 View commit details
    Browse the repository at this point in the history