Function rustc_codegen_ssa::back::link::preserve_objects_for_their_debuginfo
source ยท fn preserve_objects_for_their_debuginfo(sess: &Session) -> (bool, bool)
Expand description
Returns a pair of boolean indicating whether we should preserve the object and dwarf object files on the filesystem for their debug information. This is often useful with split-dwarf like schemes.