mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
Add soon-to-be-default --no-undefined-version flag
This commit is contained in:
parent
39f2657d11
commit
9bb87eb681
@ -720,6 +720,7 @@ impl<'a> Linker for GccLinker<'a> {
|
||||
let mut arg = OsString::from("--version-script=");
|
||||
arg.push(path);
|
||||
self.linker_arg(arg);
|
||||
self.linker_arg("--no-undefined-version");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user