aboutsummaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-27 08:56:19 +0000
committersaturneric <[email protected]>2024-07-27 08:56:19 +0000
commit1c4445408577a3bd5743d344cdd31f21d81dc9c0 (patch)
tree18deeb8cac0c66f831c4dd0f9600487c4855cbdf /third_party
parentfix: indirect memory leak issues (diff)
downloadGpgFrontend-1c4445408577a3bd5743d344cdd31f21d81dc9c0.tar.gz
GpgFrontend-1c4445408577a3bd5743d344cdd31f21d81dc9c0.zip
fix: discover and solve some memory issues
Diffstat (limited to 'third_party')
-rw-r--r--third_party/CMakeLists.txt2
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()