Skip to content
This repository was archived by the owner on Dec 9, 2018. It is now read-only.

Commit abdae3e

Browse files
author
Jorge Aparicio
committed
fix(cargo): disable debuginfo to work around a compiler bug
See rust-lang/rust#20127
1 parent 3254bd6 commit abdae3e

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
@@ -9,3 +9,9 @@ git = "https://github.com/BurntSushi/quickcheck"
99

1010
[dev-dependencies.quickcheck_macros]
1111
git = "https://github.com/BurntSushi/quickcheck"
12+
13+
[profile.dev]
14+
debug = false
15+
16+
[profile.test]
17+
debug = false

0 commit comments

Comments
 (0)