Ensure fuzz release builds use codegen-units=1 and LTO

This commit is contained in:
Matt Corallo 2018-11-18 15:34:13 -05:00
parent e67d8c6314
commit 3a066ccbf2

View file

@ -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"