]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=davidtwco
authornils <48135649+Nilstrieb@users.noreply.github.com>
Wed, 11 Jan 2023 16:30:56 +0000 (17:30 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 16:30:56 +0000 (17:30 +0100)
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

1  2 
compiler/rustc_session/src/options.rs

Simple merge