Added WITH_JEMALLOC to the CMake cache
This commit is contained in:
@ -65,6 +65,9 @@ macro(set_variables)
|
|||||||
# Use tcmalloc as the memory allocator
|
# Use tcmalloc as the memory allocator
|
||||||
set(WITH_TCMALLOC FALSE CACHE BOOL "Use tcmalloc as the memory allocator")
|
set(WITH_TCMALLOC FALSE CACHE BOOL "Use tcmalloc as the memory allocator")
|
||||||
|
|
||||||
|
# Use jemalloc as the memory allocator
|
||||||
|
set(WITH_JEMALLOC FALSE CACHE BOOL "Use jemalloc as the memory allocator")
|
||||||
|
|
||||||
# Build tests
|
# Build tests
|
||||||
set(BUILD_TESTS FALSE CACHE BOOL "Build tests")
|
set(BUILD_TESTS FALSE CACHE BOOL "Build tests")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user