diff options
Diffstat (limited to 'third_party/CMakeLists.txt')
-rw-r--r-- | third_party/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 3c0b07ab..fa3fbf7a 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -47,7 +47,7 @@ if(${CMAKE_BUILD_TYPE} STREQUAL "Debug" AND ENABLE_ASAN) set(MI_OVERRIDE OFF) endif() - set(MI_TRACK_VALGRIND ON) + # set(MI_TRACK_VALGRIND ON) set(MI_TRACK_ASAN ON) endif() |