fix: restore jemalloc
This commit is contained in:
parent
3da2fd05a5
commit
339308c972
|
@ -259,6 +259,8 @@ ELSE()
|
|||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
|
||||
IF(TD_LINUX)
|
||||
IF(${JEMALLOC_ENABLED})
|
||||
MESSAGE(STATUS "JEMALLOC_ENABLED Enabled")
|
||||
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-error=attributes")
|
||||
|
@ -266,3 +268,4 @@ IF(${JEMALLOC_ENABLED})
|
|||
ELSE()
|
||||
MESSAGE(STATUS "JEMALLOC_ENABLED Disabled")
|
||||
ENDIF()
|
||||
ENDIF()
|
Loading…
Reference in New Issue