srlabs / ziggy

A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤
Apache License 2.0
59 stars 6 forks source link

Avoid use of libfuzzer during runner compilation #15

Closed stze closed 1 year ago

stze commented 1 year ago

Using libfuzzer instrumentation for the runner is causing the build to be very slow. Suggest to avoid using it for the runner.

louismerlin commented 1 year ago

This was fixed in https://github.com/srlabs/ziggy/commit/2d45fb66f83bf3c383369a93411b9deec0a8cfdf :runner: