From 670a413b4705690662c68595aa098909a678265a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ege=20=C3=87etin?= Date: Mon, 19 Feb 2024 13:29:06 +0300 Subject: [PATCH] memleak check interferes sanitizer --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66a587724..701150287 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ option(XXX_BUILD_TESTS "Build XXX tests" ON) option(XXX_BUILD_UNITTESTS "Build XXX unit tests" ON) option(XXX_BUILD_FUZZTESTS "Build XXX fuzz tests" OFF) option(XXX_ENABLE_COVERAGE "Enables coverage report generation" OFF) -option(XXX_ENABLE_MEMLEAK_CHECK "Enables Memory Leak Checker for unit tests" ON) +option(XXX_ENABLE_MEMLEAK_CHECK "Enables Memory Leak Checker for unit tests" OFF) # Set project properties set(PROJECT_VERSION_MAJOR 0)