mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Addition to prev. revision [#CLICKHOUSE-2]
This commit is contained in:
parent
258d33a0d7
commit
bdf2e826ce
@ -1,16 +1,10 @@
|
||||
if (OS_LINUX AND NOT SANITIZE)
|
||||
set(ENABLE_TCMALLOC_DEFAULT 1)
|
||||
else ()
|
||||
set(ENABLE_TCMALLOC_DEFAULT 0)
|
||||
endif ()
|
||||
|
||||
if (OS_FREEBSD OR ARCH_32)
|
||||
option (USE_INTERNAL_GPERFTOOLS_LIBRARY "Set to FALSE to use system gperftools (tcmalloc) library instead of bundled" OFF)
|
||||
else ()
|
||||
option (USE_INTERNAL_GPERFTOOLS_LIBRARY "Set to FALSE to use system gperftools (tcmalloc) library instead of bundled" ${NOT_UNBUNDLED})
|
||||
endif ()
|
||||
|
||||
option (ENABLE_TCMALLOC "Set to TRUE to enable tcmalloc" ${ENABLE_TCMALLOC_DEFAULT})
|
||||
option (ENABLE_TCMALLOC "Set to TRUE to enable tcmalloc" OFF)
|
||||
option (DEBUG_TCMALLOC "Set to TRUE to use debug version of libtcmalloc" OFF)
|
||||
|
||||
if (ENABLE_TCMALLOC)
|
||||
|
Loading…
Reference in New Issue
Block a user