Skip to content

Commit ff7427c

Browse files
committed
no forking
1 parent 405e404 commit ff7427c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_ssa/src/back/link.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3449,6 +3449,7 @@ fn add_wild_args(
34493449
cmd.cc_arg({
34503450
let mut arg = OsString::from("-B");
34513451
arg.push(linker_path);
3452+
arg.push("--no-fork")
34523453
arg
34533454
});
34543455
}

0 commit comments

Comments
 (0)