debuginfo: Expose limited debuginfo in command line options
This commit is contained in:
parent
1938e87393
commit
e15fd400ba
4 changed files with 69 additions and 54 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue