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

Commit 762f75f

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ git = "https://github.com/japaric/complex.rs"
1515

1616
[dev-dependencies.space]
1717
git = "https://github.com/japaric/space.rs"
18+
19+
[profile.dev]
20+
debug = false
21+
22+
[profile.test]
23+
debug = false

0 commit comments

Comments
 (0)