Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbor committed Jun 19, 2024
1 parent 8fcc066 commit 5ff6e11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Sanitizer Runtime Library
Currently only the **UndefinedBehaviorSanitizer** is supported.

Cross-compile for bare-bones usage:
```sh
cargo build --target x86_64-unknown-none --no-default-features --features ubsan --release
```

0 comments on commit 5ff6e11

Please sign in to comment.