X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2FCargo.toml;h=c8ed4b613cf5d795eae7047a4377f0e937d510bb;hb=d0dfaf8abc452cbb4ac3dfe07293027e4609698f;hp=a457df1a790eb0b628708263215a337ff273ae87;hpb=da6171d50d36403af2c1f09c33b6a105884b4b9c;p=rust-lightning diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index a457df1a..c8ed4b61 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -18,7 +18,7 @@ honggfuzz_fuzz = ["honggfuzz"] [dependencies] afl = { version = "0.4", optional = true } lightning = { path = "..", features = ["fuzztarget"] } -bitcoin = { version = "0.14", features = ["fuzztarget"] } +bitcoin = { version = "0.15", features = ["fuzztarget"] } hex = "0.3" honggfuzz = { version = "0.5", optional = true } rust-crypto = "0.2" @@ -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"