ClickHouse/contrib/jemalloc-cmake/README

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
282 B
Plaintext
Raw Permalink Normal View History

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)
2023-11-02 07:56:45 +00:00
- Also note, that darwin build requires JEMALLOC_PREFIX, while others do not