Skip to content

Commit 55327df

Browse files
committed
[EXPERIMENTAL] Try -gline-tables-only instead of -g1
1 parent f85a455 commit 55327df

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3159,7 +3159,7 @@ impl Step for TestHelpers {
31593159
.opt_level(0)
31603160
.warnings(false)
31613161
.debug(false)
3162-
.flag("-g1")
3162+
.flag("-gline-tables-only")
31633163
.file(builder.src.join("tests/auxiliary/rust_test_helpers.c"))
31643164
.compile("rust_test_helpers");
31653165
}

0 commit comments

Comments
 (0)