build jemalloc with --enable-prof

This commit is contained in:
wudeng
2019-05-03 14:48:17 +08:00
committed by 云风
parent 35aa00fb13
commit 6231f1c884

View File

@@ -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)