fn convert_link_args_to_cc_args(
cmd: &mut Command,
args: impl IntoIterator<Item: AsRef<OsStr>>,
)Expand description
Add underlying linker arguments to C compiler command, by wrapping them in
-Wl or -Xlinker.
fn convert_link_args_to_cc_args(
cmd: &mut Command,
args: impl IntoIterator<Item: AsRef<OsStr>>,
)Add underlying linker arguments to C compiler command, by wrapping them in
-Wl or -Xlinker.