Skip to content

Commit

Permalink
Merge pull request #111 from kornelski/readme
Browse files Browse the repository at this point in the history
Updated README for the current rustc
  • Loading branch information
fitzgen committed Aug 21, 2023
2 parents 35f1099 + 660309e commit c9c43f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ Build by running the following command:

```sh
$ cargo rustc -- \
-C passes='sancov' \
-C passes='sancov-module' \
-C llvm-args='-sanitizer-coverage-level=3' \
-C llvm-args='-sanitizer-coverage-inline-8bit-counters' \
-Z sanitizer=address
Expand Down

0 comments on commit c9c43f3

Please sign in to comment.