mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
082ff0f08d
Disable "split dwarf inlining" by default. This matches clang's behavior and makes split-debuginfo behave as expected (i.e. actually split the debug info). Fixes #106592