Make fuzz assertions explicit in Cargo.toml
authorMatt Corallo <git@bluematt.me>
Fri, 6 Jan 2023 20:11:27 +0000 (20:11 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 15 Jan 2023 23:32:09 +0000 (23:32 +0000)
fuzz/Cargo.toml

index a6d91781b219ce9f5fcd7553e52bb652b484b950..b0b6910ae2f035a1eedc3f956ba9e1b9ca5b8cb0 100644 (file)
@@ -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]