Function is_lto_stage

Source
pub fn is_lto_stage(build_compiler: &Compiler) -> bool
Expand description

We only use LTO for stage 2+, to speed up build time of intermediate stages.