Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

split_dwarf_kind

split dwarf variant (only if -Csplit-debuginfo is enabled and on relevant platform) (default: split)

    `split`: sections which do not require relocation are written into a DWARF object (`.dwo`)
             file which is ignored by the linker
    `single`: sections which do not require relocation are written into object file but ignored
              by the linker

This feature has no tracking issue, and is therefore likely internal to the compiler, not being intended for general use.