Skip to content

Commit afbf061

Browse files
committed
force-unwind-tables
1 parent 4683d47 commit afbf061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/build_steps/compile.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,7 @@ pub fn rustc_cargo(
10811081

10821082
if compiler.stage != 0 {
10831083
cargo.rustflag("-Cpanic=abort");
1084+
cargo.rustflag("-Cforce-unwind-tables=yes");
10841085
}
10851086

10861087
rustc_cargo_env(builder, cargo, target, compiler.stage);

0 commit comments

Comments
 (0)