Move test profile to crate root, so it has effect again

This commit is contained in:
Matt Corallo 2019-11-28 01:19:54 -05:00
parent c1349e82cd
commit a62e96bcd9
2 changed files with 4 additions and 3 deletions

View File

@ -4,3 +4,7 @@ members = [
"lightning",
"lightning-net-tokio",
]
# Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it
[profile.dev]
opt-level = 1

View File

@ -33,6 +33,3 @@ features = ["bitcoinconsensus"]
[dev-dependencies]
hex = "0.3"
rand = "0.4"
[profile.dev]
opt-level = 1