]> git.lizzy.rs Git - rust.git/commit
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)
commit082ff0f08d849854b070f288d576cbf7815ccacf
tree49b6c9ae5f87141f64fe13042a6b001d931555d3
parent9a820f7397d26efd75184abddf25f4fb2e5ebf37
parentaca2f88d1e0905329971ee7dfd1d596490d0ca0b
Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=davidtwco

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
compiler/rustc_session/src/options.rs