aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2018-02-24 05:51:52 +0100
committercbdev <cb@cbcdn.com>2018-02-24 05:51:52 +0100
commit2deebf9056528ef6d12cbbd0b56411741676a062 (patch)
tree4c4b452fb22c444c81b10c077ec8c40610a0b4e4 /README.md
parent9a3969b21825838a09460acfcdf18d49db944e44 (diff)
downloadmidimonster-2deebf9056528ef6d12cbbd0b56411741676a062.tar.gz
midimonster-2deebf9056528ef6d12cbbd0b56411741676a062.tar.bz2
midimonster-2deebf9056528ef6d12cbbd0b56411741676a062.zip
Add and document sanitizer/valgrind makefile targets
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index f8ea1b4..c049ce0 100644
--- a/README.md
+++ b/README.md
@@ -358,3 +358,8 @@ at start time, which provide a protocol mapping to instances / channels.
The API and structures are more-or-less documented in [midimonster.h](midimonster.h),
more detailed documentation may follow.
+
+To build with `clang` sanitizers and even more warnings enabled, run `make sanitize`.
+This is useful to check for common errors and oversights.
+
+For runtime leak analysis with `valgrind`, you can use `make run`.