Skip to content

Commit

Permalink
Add -g that I should have included in PR #24932.
Browse files Browse the repository at this point in the history
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`.)
  • Loading branch information
pnkfelix committed Apr 29, 2015
1 parent 551a74d commit db3a58a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/run-pass/issue24687-embed-debuginfo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// except according to those terms.

// aux-build:issue24687_lib.rs
// compile-flags:-g

extern crate issue24687_lib as d;

Expand Down

0 comments on commit db3a58a

Please sign in to comment.