From 2deebf9056528ef6d12cbbd0b56411741676a062 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 24 Feb 2018 05:51:52 +0100 Subject: Add and document sanitizer/valgrind makefile targets --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') 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`. -- cgit v1.2.3