From: Matt Corallo Date: Fri, 6 Jan 2023 20:11:27 +0000 (+0000) Subject: Make fuzz assertions explicit in Cargo.toml X-Git-Tag: v0.0.114-beta~61^2~1 X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=fb5b427cba9286f32398b64d7192320cb8f826b1;p=rust-lightning Make fuzz assertions explicit in Cargo.toml --- diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index a6d91781b..b0b6910ae 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]