Switch to -O1 in dev as we have long-running tests and O1 is cheap

This commit is contained in:
Matt Corallo 2018-09-18 16:22:53 -04:00
parent 79a0a0c959
commit 9d69bc9a48

View file

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