Skip to content

Commit 8a60f8f

Browse files
committed
Disable debug info to work around rust-lang/rust#23110
1 parent ef53078 commit 8a60f8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ rustc-serialize = "0"
2626

2727
[dev-dependencies.test_util]
2828
path = "test_util"
29+
30+
[profile.dev]
31+
debug = false
32+
33+
[profile.test]
34+
debug = false

0 commit comments

Comments
 (0)