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

session: stabilize split debuginfo on linux #98051

Merged
merged 1 commit into from
Aug 26, 2022

Commits on Aug 18, 2022

  1. session: stabilize split debuginfo on linux

    Stabilize the `-Csplit-debuginfo` flag...
    
    - ...on Linux for all values of the flag. Split DWARF has been
      implemented for a few months, hasn't had any bug reports and has had
      some promising benchmarking for incremental debug build performance.
    - ..on other platforms for the default value. It doesn't make any sense
      that `-Csplit-debuginfo=packed` is unstable on Windows MSVC when
      that's the default behaviour, but keep the other values unstable.
    
    Signed-off-by: David Wood <[email protected]>
    davidtwco committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    cf2c492 View commit details
    Browse the repository at this point in the history