We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-znostart-stop-gc
1 parent aaa8614 commit 9b44879Copy full SHA for 9b44879
compiler/rustc_codegen_ssa/src/back/link.rs
@@ -3345,6 +3345,8 @@ fn add_lld_args(
3345
return;
3346
}
3347
3348
+ cmd.link_arg("-znostart-stop-gc");
3349
+
3350
// 1. Implement the "self-contained" part of this feature by adding rustc distribution
3351
// directories to the tool's search path, depending on a mix between what users can specify on
3352
// the CLI, and what the target spec enables (as it can't disable components):
0 commit comments