diff options
Diffstat (limited to 'third_party/CMakeLists.txt')
-rw-r--r-- | third_party/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 4ad901c2..68307dab 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -31,6 +31,7 @@ add_subdirectory(json EXCLUDE_FROM_ALL) add_subdirectory(spdlog EXCLUDE_FROM_ALL) set(MI_SECURE ON) +set(MI_TRACK_VALGRIND ON) add_subdirectory(mimalloc EXCLUDE_FROM_ALL) set(INSTALL_GTEST OFF) |