Skip to content

Commit aaaace7

Browse files
authored
Merge pull request #69 from rust-fuzz/frewsxcv-sancov
Tell users to use inline-8bit-counters.
2 parents 515bdbb + 7b5dbeb commit aaaace7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Build by running the following command:
5151
$ cargo rustc -- \
5252
-C passes='sancov' \
5353
-C llvm-args='-sanitizer-coverage-level=3' \
54+
-C llvm-args='-sanitizer-coverage-inline-8bit-counters' \
5455
-Z sanitizer=address
5556
```
5657

0 commit comments

Comments
 (0)