Skip to content

Commit

Permalink
Updated README for current rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Aug 21, 2023
1 parent 35f1099 commit 660309e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 660309e

Please sign in to comment.