Skip to content

Commit

Permalink
memleak check interferes sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin committed Feb 19, 2024
1 parent 5e1ac8e commit 670a413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 670a413

Please sign in to comment.