X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=222de893aa46c895c5fdb450bb899761f75f4b30;hb=a7e193241c5a8979b23f1b838ab9ea2baecb7fea;hp=6ec1776c93383db7a9419bbe2d3511372134bfc0;hpb=53052234959a3c0a7323a194c351c4ba9b46339b;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