From db3a58ae2950bd9e27c9317ddb9c737da6c0da83 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Wed, 29 Apr 2015 18:58:42 +0200 Subject: [PATCH] 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`.) --- src/test/run-pass/issue24687-embed-debuginfo.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/run-pass/issue24687-embed-debuginfo.rs b/src/test/run-pass/issue24687-embed-debuginfo.rs index ad30d53f1a65f..7754e9c3ad735 100644 --- a/src/test/run-pass/issue24687-embed-debuginfo.rs +++ b/src/test/run-pass/issue24687-embed-debuginfo.rs @@ -9,6 +9,7 @@ // except according to those terms. // aux-build:issue24687_lib.rs +// compile-flags:-g extern crate issue24687_lib as d;