Skip to content

Commit db3a58a

Browse files
committed
Add -g that I should have included in PR #24932.
Note it is safe, with respect to autobuilds, to land before #24945. (In other words, landing this sooner won't break things for anyone any worse than they were already broken, since there are *other* tests that also add `-g` to their flags via `compile-flags: -g`.)
1 parent 551a74d commit db3a58a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass/issue24687-embed-debuginfo.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// aux-build:issue24687_lib.rs
12+
// compile-flags:-g
1213

1314
extern crate issue24687_lib as d;
1415

0 commit comments

Comments
 (0)