X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=f263dc8eccb16414c5e440b70c02bd6e9e4ab2df;hb=caa2a9a55bc92e5140d33c37ce0f7a95777c826d;hp=c43e7927581432e9834aed21a16329aba92f80b3;hpb=9c7c3b99210676793b1d35575d8538979cc1b349;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index c43e7927..f263dc8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,16 @@ members = [ "lightning", + "lightning-block-sync", + "lightning-invoice", "lightning-net-tokio", "lightning-persister", + "lightning-background-processor", + "lightning-rapid-gossip-sync" +] + +exclude = [ + "no-std-check", ] # Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it. @@ -19,3 +27,8 @@ panic = "abort" opt-level = 3 lto = true panic = "abort" + +[profile.bench] +opt-level = 3 +codegen-units = 1 +lto = true