Skip to content

Commit c99b3ff

Browse files
committed
How about forking trick?
1 parent f747d88 commit c99b3ff

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3451,7 +3451,7 @@ fn add_wild_args(
34513451
arg.push(linker_path);
34523452
arg
34533453
});
3454-
cmd.cc_arg("-Wl,--no-fork");
3454+
// cmd.cc_arg("-Wl,--no-fork");
34553455
}
34563456
if !linker_path_exists {
34573457
// As a sanity check, we emit an error if none of these paths exist: we want

0 commit comments

Comments
 (0)