Add soon-to-be-default --no-undefined-version flag
This commit is contained in:
parent
39f2657d11
commit
9bb87eb681
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue