Added WITH_JEMALLOC to the CMake cache
This commit is contained in:
parent
3cd49ac364
commit
daf5b80a6f
@ -65,6 +65,9 @@ macro(set_variables)
|
||||
# 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
|
||||
set(BUILD_TESTS FALSE CACHE BOOL "Build tests")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user