summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorroot <[email protected]>2024-04-18 01:44:18 +0000
committerroot <[email protected]>2024-04-18 01:44:18 +0000
commit40ee1485b279d4d1176331bbd20aea151bef451a (patch)
tree0debb2924a75963b252c3781fd750e4eff375ae1 /vendor
parent5bbf139b7813de744a325bcc1e660a343fe86547 (diff)
add jemalloc
Diffstat (limited to 'vendor')
-rw-r--r--vendor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt
index 35bc47f..363743a 100644
--- a/vendor/CMakeLists.txt
+++ b/vendor/CMakeLists.txt
@@ -39,7 +39,7 @@ set_property(TARGET cjson PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${INSTALL_DIR}/
# jemalloc
ExternalProject_Add(libjemalloc PREFIX libjemalloc
URL ${CMAKE_CURRENT_SOURCE_DIR}/jemalloc-5.3.0.tar.bz2
- CONFIGURE_COMMAND ./autogen.sh --prefix=<INSTALL_DIR> --enable-prof
+ CONFIGURE_COMMAND ./autogen.sh --prefix=<INSTALL_DIR> #--enable-prof --enable-prof-libunwind
BUILD_COMMAND make
BUILD_IN_SOURCE 1
INSTALL_COMMAND make install prefix=<INSTALL_DIR>)