X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2FCargo.toml;h=5e3197f8f8f1929c1c35270dd872f6f964130bca;hb=4243b40c7748228d8b54531ce6871e8b48c03e7f;hp=1cb7a8d6d925610e927b3c261ffbaa070dfd6131;hpb=71e69950869a538d9fe899fbbebe38da890ba007;p=rust-lightning diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 1cb7a8d6..5e3197f8 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -37,6 +37,10 @@ members = ["."] lto = true codegen-units = 1 +# When testing a large fuzz corpus, -O1 offers a nice speedup +[profile.dev] +opt-level = 1 + [lib] name = "lightning_fuzz" path = "src/lib.rs"