diff options
author | saturneric <[email protected]> | 2024-07-27 08:56:19 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-27 08:56:19 +0000 |
commit | 1c4445408577a3bd5743d344cdd31f21d81dc9c0 (patch) | |
tree | 18deeb8cac0c66f831c4dd0f9600487c4855cbdf /third_party | |
parent | fix: indirect memory leak issues (diff) | |
download | GpgFrontend-1c4445408577a3bd5743d344cdd31f21d81dc9c0.tar.gz GpgFrontend-1c4445408577a3bd5743d344cdd31f21d81dc9c0.zip |
fix: discover and solve some memory issues
Diffstat (limited to 'third_party')
-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() |