rust-fuzz / honggfuzz-rs

Fuzz your Rust code with Google-developed Honggfuzz !
https://crates.io/crates/honggfuzz
Apache License 2.0
448 stars 40 forks source link

reformatting and --profile check on !debug builds #65

Closed boymaas closed 2 years ago

boymaas commented 2 years ago

I needed to set a custom profile, as we ran into a link error on lto = fat. Setting a profile was not allowed on a release build.

PaulGrandperrin commented 2 years ago

Hi @boymaas, sorry for the long delay! I'll merge your PR, but can you tell me more about your issues with profiles and LTO? Thanks for this PR!