Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable disabling
--cfg fuzzing_repro
Changing `RUSTFLAGS` causes a recompile of the entire project so for projects that are expensive to build this option being enabled by default means that workflows which switch back-and-forth between fuzzing and running individual tests generate a full rebuild every time. This adds a `--no-cfg-fuzzing` option on the `cargo fuzz run` CLI to disable this `--cfg` argument from being passed.
- Loading branch information