Skip to content

Commit de1b2af

Browse files
author
bors-servo
authored
Auto merge of #346 - jimblandy:debugging-info, r=SimonSapin
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.
2 parents b2bfa73 + 3a12b42 commit de1b2af

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,3 @@ members = [
44
"html5ever",
55
"xml5ever"
66
]
7-
8-
[profile.dev]
9-
debug = false
10-
11-
[profile.test]
12-
debug = false

0 commit comments

Comments
 (0)