From 054e84c3826b5f396393f47285cd807c6099c139 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Wed, 9 Feb 2022 12:41:40 +0300 Subject: [PATCH] jemalloc: add a note about JEMALLOC_PREFIX Signed-off-by: Azat Khuzhin --- contrib/jemalloc-cmake/README | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/jemalloc-cmake/README b/contrib/jemalloc-cmake/README index 85233879d91..8d27e7844c5 100644 --- a/contrib/jemalloc-cmake/README +++ b/contrib/jemalloc-cmake/README @@ -3,3 +3,4 @@ It allows to integrate JEMalloc into CMake project. - Remove JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF because it's non standard. - Added JEMALLOC_CONFIG_MALLOC_CONF substitution - Add musl support (USE_MUSL) +- Also note, that darwin build requires JEMALLOC_PREFIX, while others don not