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
Use --dev flag for cargo fuzz build and run commands:
- Build step: faster compilation
- Reproduce step: faster execution
- Claude prompt: instruct to use --dev flag
Debug builds are much faster than release builds and sufficient
for crash reproduction and testing.
Signed-off-by: Joe Isaacs <[email protected]>
0 commit comments