mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
Make fuzz assertions explicit in Cargo.toml
This commit is contained in:
parent
11524884cb
commit
fb5b427cba
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user