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 debug symbols to packages #588

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Commits on Feb 7, 2024

  1. Add debug symbols to packages (Azure#587)

    Currently, we provide symbol packages for all the distros we build, with the exception of Mariner (disabled due to a rust issue, then never reverted). However, the packages don't contain our symbols because we instruct rustc to build the release configuration, which doesn't emit debug information by default.
    
    This change updates Cargo.toml to enable full debug information in release builds. It also reverts the config that was supressing symbol packages in Mariner. The deb/rpm packaging tools already strip symbols from release binaries and generate symbol packages, so no further changes are needed.
    damonbarry committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    bd923a8 View commit details
    Browse the repository at this point in the history