]> git.lizzy.rs Git - rust.git/commitdiff
Add `-g` that I should have included in PR #24932.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Wed, 29 Apr 2015 16:58:42 +0000 (18:58 +0200)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Wed, 29 Apr 2015 16:58:42 +0000 (18:58 +0200)
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`.)

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

index ad30d53f1a65fe455f9d658228aedd2565ddeac6..7754e9c3ad73593ff38d5f93d72c7253de148daf 100644 (file)
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 // aux-build:issue24687_lib.rs
+// compile-flags:-g
 
 extern crate issue24687_lib as d;