From 6231f1c884c9fc72cd4beac452fc2f1b09fd502d Mon Sep 17 00:00:00 2001 From: wudeng Date: Fri, 3 May 2019 14:48:17 +0800 Subject: [PATCH] build jemalloc with --enable-prof --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 127d7552..004aabb9 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ $(JEMALLOC_STATICLIB) : 3rd/jemalloc/Makefile git submodule update --init 3rd/jemalloc/Makefile : | 3rd/jemalloc/autogen.sh - cd 3rd/jemalloc && ./autogen.sh --with-jemalloc-prefix=je_ --disable-valgrind + cd 3rd/jemalloc && ./autogen.sh --with-jemalloc-prefix=je_ --enable-prof jemalloc : $(MALLOC_STATICLIB)