mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
build jemalloc with --enable-prof
This commit is contained in:
2
Makefile
2
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user