X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=a3acccfdaea91614b98421590dd567d1a678ef58;hb=27b99acd6442f5aafe33cf20d38045f2b942244a;hp=5aa90975a3a71160c99387114744cf910e8c6dde;hpb=8d35d2cee8c271b9d5c27802b9911ce2109b5248;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index 5aa90975..a3acccfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,6 @@ members = [ "lightning", "lightning-block-sync", - "lightning-transaction-sync", "lightning-invoice", "lightning-net-tokio", "lightning-persister", @@ -13,7 +12,9 @@ members = [ exclude = [ "lightning-custom-message", + "lightning-transaction-sync", "no-std-check", + "bench", ] # Our tests do actual crypto and lots of work, the tradeoff for -O2 is well @@ -35,8 +36,3 @@ lto = "off" opt-level = 3 lto = true panic = "abort" - -[profile.bench] -opt-level = 3 -codegen-units = 1 -lto = true