mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Ensure fuzz release builds use codegen-units=1 and LTO
This commit is contained in:
parent
e67d8c6314
commit
3a066ccbf2
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ cc = "1.0"
|
|||
[workspace]
|
||||
members = ["."]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
||||
[[bin]]
|
||||
name = "peer_crypt_target"
|
||||
path = "fuzz_targets/peer_crypt_target.rs"
|
||||
|
|
Loading…
Add table
Reference in a new issue