Switch to -O1 in dev as we have long-running tests and O1 is cheap
authorMatt Corallo <git@bluematt.me>
Tue, 18 Sep 2018 20:22:53 +0000 (16:22 -0400)
committerMatt Corallo <git@bluematt.me>
Thu, 20 Sep 2018 14:57:01 +0000 (10:57 -0400)
Cargo.toml

index c0f13bde7cd83bea5a2de9df285ff302e7f62873..4df9e320b8717ae34726370d53ab86c0bd90c36c 100644 (file)
@@ -37,3 +37,6 @@ features = ["bitcoinconsensus"]
 
 [dev-dependencies]
 hex = "0.3"
+
+[profile.dev]
+opt-level = 1