X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=222de893aa46c895c5fdb450bb899761f75f4b30;hb=07db23d102738d1e84e3d2cb36101cef92e1761d;hp=6ec1776c93383db7a9419bbe2d3511372134bfc0;hpb=88fef649b15fa030cb91de76d58346a0bc408834;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index 6ec1776c..222de893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,7 @@ members = [ "lightning", "lightning-net-tokio", ] + +# Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it +[profile.dev] +opt-level = 1