Skip to content

Commit 68ecbad

Browse files
test without per-thd-malloc
Signed-off-by: Akshat Sikarwar <[email protected]>
1 parent 3ef427f commit 68ecbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ if(UFID_HASH_DEBUG)
189189
add_definitions(-DUFID_HASH_DEBUG)
190190
endif()
191191

192-
option(COMDB2_PER_THREAD_MALLOC "Turn OFF to run under Valgrind" ON)
192+
option(COMDB2_PER_THREAD_MALLOC "Turn OFF to run under Valgrind" OFF)
193193
if(COMDB2_PER_THREAD_MALLOC)
194194
add_definitions(-DPER_THREAD_MALLOC)
195195
else()

0 commit comments

Comments
 (0)