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