Switch to -O1 in dev as we have long-running tests and O1 is cheap
[rust-lightning] / Cargo.toml
index c0f13bde7cd83bea5a2de9df285ff302e7f62873..4df9e320b8717ae34726370d53ab86c0bd90c36c 100644 (file)
@@ -37,3 +37,6 @@ features = ["bitcoinconsensus"]
 
 [dev-dependencies]
 hex = "0.3"
+
+[profile.dev]
+opt-level = 1