Make fuzz assertions explicit in Cargo.toml

This commit is contained in:
Matt Corallo 2023-01-06 20:11:27 +00:00
parent 11524884cb
commit fb5b427cba

View 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]