X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=a3acccfdaea91614b98421590dd567d1a678ef58;hb=166f32621d502de13b359bdeccb04d3ef3577f3d;hp=afc0092c72da50a1a9fecbf8bfb2edf5daa04104;hpb=48fa2fd17295bcada25a3ee3f2c6f88d273484ac;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index afc0092c..a3acccfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ 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