Skip to content

Commit

Permalink
[EXPERIMENTAL] Try -gline-tables-only instead of -g1
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Mar 22, 2024
1 parent f85a455 commit 55327df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/build_steps/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3159,7 +3159,7 @@ impl Step for TestHelpers {
.opt_level(0)
.warnings(false)
.debug(false)
.flag("-g1")
.flag("-gline-tables-only")
.file(builder.src.join("tests/auxiliary/rust_test_helpers.c"))
.compile("rust_test_helpers");
}
Expand Down

0 comments on commit 55327df

Please sign in to comment.