X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2FCargo.toml;h=b0b6910ae2f035a1eedc3f956ba9e1b9ca5b8cb0;hb=22ea5053489f4a5fa82affbfc1cdf5d704136440;hp=a6d91781b219ce9f5fcd7553e52bb652b484b950;hpb=7bdbbca3b064be9eadfb716392e099f19878b927;p=rust-lightning diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index a6d91781..b0b6910a 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -38,6 +38,8 @@ members = ["."] [profile.release] lto = true codegen-units = 1 +debug-assertions = true +overflow-checks = true # When testing a large fuzz corpus, -O1 offers a nice speedup [profile.dev]