We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1349e8 commit a62e96bCopy full SHA for a62e96b
Cargo.toml
@@ -4,3 +4,7 @@ members = [
4
"lightning",
5
"lightning-net-tokio",
6
]
7
+
8
+# Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it
9
+[profile.dev]
10
+opt-level = 1
lightning/Cargo.toml
@@ -33,6 +33,3 @@ features = ["bitcoinconsensus"]
33
[dev-dependencies]
34
hex = "0.3"
35
rand = "0.4"
36
-
37
-[profile.dev]
38
-opt-level = 1
0 commit comments