You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments