X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=551ec358e15e62fc68abc93eddad8c1f30c9cc51;hb=9e03087d6acbc876a5ad1c9b9d8746bf18d5ca86;hp=2ff627e28199012db91c8c07e994ae2eb6769ecd;hpb=4f6f34fa30a34f0fa8e69c7d0b5f55f3158f5cd0;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index 2ff627e2..551ec358 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] # Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it -[profile.dev] +[profile.test] opt-level = 1 [profile.release]