mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
jemalloc: add missing safety_check.c
This commit is contained in:
parent
b53c6ddfd9
commit
bbb38664c1
@ -55,6 +55,7 @@ if (ENABLE_JEMALLOC)
|
||||
${LIBRARY_DIR}/src/ticker.c
|
||||
${LIBRARY_DIR}/src/tsd.c
|
||||
${LIBRARY_DIR}/src/witness.c
|
||||
${LIBRARY_DIR}/src/safety_check.c
|
||||
)
|
||||
if (OS_DARWIN)
|
||||
list(APPEND SRCS ${LIBRARY_DIR}/src/zone.c)
|
||||
|
Loading…
Reference in New Issue
Block a user