Skip to content

Commit

Permalink
Disable debug info to work around rust-lang/rust#23110
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcallister committed Mar 31, 2015
1 parent ef53078 commit 8a60f8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ rustc-serialize = "0"

[dev-dependencies.test_util]
path = "test_util"

[profile.dev]
debug = false

[profile.test]
debug = false

0 comments on commit 8a60f8f

Please sign in to comment.