Rollup merge of #76158 - mati865:self-contained-option, r=petrochenkov
Stabilise link-self-contained option MCP has been accepted: https://github.com/rust-lang/compiler-team/issues/343 I'll add improved heuristic in next PR.
This commit is contained in:
commit
4a6aa350c7
4 changed files with 23 additions and 10 deletions
|
@ -402,6 +402,7 @@ fn test_codegen_options_tracking_hash() {
|
|||
// `link_arg` is omitted because it just forwards to `link_args`.
|
||||
untracked!(link_args, vec![String::from("abc"), String::from("def")]);
|
||||
untracked!(link_dead_code, Some(true));
|
||||
untracked!(link_self_contained, Some(true));
|
||||
untracked!(linker, Some(PathBuf::from("linker")));
|
||||
untracked!(linker_flavor, Some(LinkerFlavor::Gcc));
|
||||
untracked!(no_stack_check, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue