debuginfo: Expose limited debuginfo in command line options

This commit is contained in:
Michael Woerister 2014-03-05 14:32:30 +01:00
parent 1938e87393
commit e15fd400ba
4 changed files with 69 additions and 54 deletions

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// compile-flags:-g
// compile-flags:-g1
pub trait TraitWithDefaultMethod {
fn method(self) {

View file

@ -10,7 +10,7 @@
// ignore-android: FIXME(#10381)
// compile-flags:-g
// compile-flags:-g1
// debugger:run
// Nothing to do here really, just make sure it compiles. See issue #8513.