Function bootstrap::utils::helpers::lld_flag_no_threads

source ·
fn lld_flag_no_threads(lld_mode: LldMode, is_windows: bool) -> &'static str
Expand description

Returns a flag that configures LLD to use only a single thread. If we use an external LLD, we need to find out which version is it to know which flag should we pass to it (LLD older than version 10 had a different flag).