Skip to content

Commit 0d7a6bb

Browse files
committed
WIP: disable -znostart-stop-gc
1 parent 5dab809 commit 0d7a6bb

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_ssa/src/back

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/back/link.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3409,7 +3409,7 @@ fn add_lld_args(
34093409
// FIXME: emit an FCW if linking fails due its absence, and then remove this link-arg in the
34103410
// future.
34113411
if sess.target.llvm_target == "x86_64-unknown-linux-gnu" {
3412-
cmd.link_arg("-znostart-stop-gc");
3412+
// cmd.link_arg("-znostart-stop-gc");
34133413
}
34143414
}
34153415

0 commit comments

Comments
 (0)