X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2FCargo.toml;h=c8ed4b613cf5d795eae7047a4377f0e937d510bb;hb=d0dfaf8abc452cbb4ac3dfe07293027e4609698f;hp=ecf3809c59b3ec8cc88ca349b3ad1eff3b9cb7b0;hpb=b14baa03ab20911489bee50688785f2631f0d0f1;p=rust-lightning diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index ecf3809c..c8ed4b61 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -31,6 +31,10 @@ cc = "1.0" [workspace] members = ["."] +[profile.release] +lto = true +codegen-units = 1 + [[bin]] name = "peer_crypt_target" path = "fuzz_targets/peer_crypt_target.rs"