add cmakefile MI_VALGRIND option

This commit is contained in:
daan 2022-10-30 12:49:29 -07:00
parent b48040e20a
commit 886fd7d1b8
2 changed files with 21 additions and 3 deletions

View file

@ -30,7 +30,7 @@ terms of the MIT license. A copy of the license can be found in the file
// #define NDEBUG
// Define MI_VALGRIND to enable valgrind support
#define MI_VALGRIND 1
// #define MI_VALGRIND 1
// Define MI_STAT as 1 to maintain statistics; set it to 2 to have detailed statistics (but costs some performance).
// #define MI_STAT 1