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

Fix compiler flags for ProfileWithGrcov build option #43

Closed viniul closed 3 years ago

viniul commented 3 years ago

This commit replaces the -Zno-landing-pads with the -C panic=unwind, as the -Zno-landing-pdas is deprecated, see here.

PaulGrandperrin commented 3 years ago

Thanks @viniul for this patch! bors r+

bors[bot] commented 3 years ago

Build succeeded: