Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 635a050

Browse files
committed
Auto merge of rust-lang#112049 - Kobzol:pgo-omit-benchmarks, r=<try>
[do not merge] CI experiments Various CI experiments for try/dist builds. r? `@ghost`
2 parents 3b022d8 + 9b44879 commit 635a050

File tree

1 file changed

+2
-0
lines changed
  • compiler/rustc_codegen_ssa/src/back

1 file changed

+2
-0
lines changed

compiler/rustc_codegen_ssa/src/back/link.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3345,6 +3345,8 @@ fn add_lld_args(
33453345
return;
33463346
}
33473347

3348+
cmd.link_arg("-znostart-stop-gc");
3349+
33483350
// 1. Implement the "self-contained" part of this feature by adding rustc distribution
33493351
// directories to the tool's search path, depending on a mix between what users can specify on
33503352
// the CLI, and what the target spec enables (as it can't disable components):

0 commit comments

Comments
 (0)