mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Automatic merge
This commit is contained in:
commit
10001c8e4f
141 changed files with 3019 additions and 814 deletions
|
|
@ -53,6 +53,7 @@ MACRO (CHECK_JEMALLOC)
|
|||
CHECK_LIBRARY_EXISTS(jemalloc malloc_stats_print "" HAVE_JEMALLOC)
|
||||
IF (HAVE_JEMALLOC)
|
||||
SET(LIBJEMALLOC jemalloc)
|
||||
SET(MALLOC_LIBRARY "system jemalloc")
|
||||
ELSEIF (WITH_JEMALLOC STREQUAL "system")
|
||||
MESSAGE(FATAL_ERROR "system jemalloc is not found")
|
||||
ELSEIF (WITH_JEMALLOC STREQUAL "yes")
|
||||
|
|
@ -61,5 +62,6 @@ MACRO (CHECK_JEMALLOC)
|
|||
ENDIF()
|
||||
IF(WITH_JEMALLOC STREQUAL "bundled" OR trybundled)
|
||||
USE_BUNDLED_JEMALLOC()
|
||||
SET(MALLOC_LIBRARY "bundled jemalloc")
|
||||
ENDIF()
|
||||
ENDMACRO()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue