X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=f263dc8eccb16414c5e440b70c02bd6e9e4ab2df;hb=f5e12559b5770eb7e54244cf520012b547065f86;hp=56f4ac32f3f629c3553adb07114e21370ee1c80b;hpb=df778b605a28580905cb5ca63b3ec8bbe99afc2f;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index 56f4ac32..f263dc8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +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. @@ -18,3 +27,8 @@ panic = "abort" opt-level = 3 lto = true panic = "abort" + +[profile.bench] +opt-level = 3 +codegen-units = 1 +lto = true