We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d8d2a commit 7b674aeCopy full SHA for 7b674ae
README.md
@@ -44,6 +44,6 @@ fuzz_target!(|data: &[u8]| {
44
Finally, run the following commands:
45
46
```
47
-$ cargo rustc -- -C passes='sancov' -C llvm-args='-sanitizer-coverage-level=3' -Z sanitizer=address -Cpanic=abort
+$ cargo rustc -- -C passes='sancov' -C llvm-args='-sanitizer-coverage-level=3' -Z sanitizer=address
48
$ ./target/debug/fuzzed # runs fuzzing
49
0 commit comments