Skip to content

Commit

Permalink
Auto merge of #346 - jimblandy:debugging-info, r=SimonSapin
Browse files Browse the repository at this point in the history
Enable debugging information in dev and test builds.

It's pretty surprising when tests and dev builds can't be debugged. Debugging information was disabled in 1223b23 (2015-3-31) because of rust-lang/rust#23110, which was closed 2016-7-14. It should be okay to turn it back on now.
  • Loading branch information
bors-servo authored Jul 1, 2018
2 parents b2bfa73 + 3a12b42 commit de1b2af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ members = [
"html5ever",
"xml5ever"
]

[profile.dev]
debug = false

[profile.test]
debug = false

0 comments on commit de1b2af

Please sign in to comment.