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

Default macOS targets to unpacked debuginfo #9298

Merged
merged 1 commit into from
Mar 26, 2021

Commits on Mar 26, 2021

  1. Default macOS targets to unpacked debuginfo

    This commit continues the work from rust-lang#9112 to enable `unpacked` split
    debuginfo on macOS targets by default. This has been discussed on [internals]
    for awhile now and no breakage has emerged while significant speedups
    have. This is expected to be a compile-time and `target`-directory size
    win for almost all macOS Rust projects.
    
    While breakage is possible it's possible to mitigate this with
    project-local or global cargo configuration of the `dev` and `test` profiles.
    
    [internals]: https://internals.rust-lang.org/t/help-test-faster-incremental-debug-macos-builds-on-nightly/14016/9
    alexcrichton committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    a4f0988 View commit details
    Browse the repository at this point in the history