Function bootstrap::utils::helpers::linker_flags

source ·
pub fn linker_flags(
    builder: &Builder<'_>,
    target: TargetSelection,
    lld_threads: LldThreads
) -> Vec<String>
Expand description

Returns the linker arguments for rustc/rustdoc for the given builder and target, without the -Clinker flag.