]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
authorbors <bors@rust-lang.org>
Fri, 26 Aug 2022 15:47:26 +0000 (15:47 +0000)
committerbors <bors@rust-lang.org>
Fri, 26 Aug 2022 15:47:26 +0000 (15:47 +0000)
commit450e99f93795c81c1f2d10be27fb3a98be5b0cfc
tree271ef95ed18eedde35ed9af02366aeeb2eaba5b6
parent42fa8ac7236f4f78a82aeea543bdd445a59f02e0
parentcf2c492ef8c87c049b4e3a62f43c841aafc88cba
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser

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.
compiler/rustc_session/src/session.rs
compiler/rustc_target/src/spec/mod.rs
src/bootstrap/builder.rs
src/test/run-make-fulldeps/split-debuginfo/Makefile
src/tools/compiletest/src/runtest.rs