mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
update jemalloc and disable-cxx to fix build
This commit is contained in:
Submodule 3rd/jemalloc updated: 54eaed1d8b...81034ce1f1
4
Makefile
4
Makefile
@@ -41,7 +41,7 @@ $(JEMALLOC_STATICLIB) : 3rd/jemalloc/Makefile
|
|||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
3rd/jemalloc/Makefile : | 3rd/jemalloc/autogen.sh
|
3rd/jemalloc/Makefile : | 3rd/jemalloc/autogen.sh
|
||||||
cd 3rd/jemalloc && ./autogen.sh --with-jemalloc-prefix=je_ --enable-prof
|
cd 3rd/jemalloc && ./autogen.sh --disable-cxx --with-jemalloc-prefix=je_ --enable-prof
|
||||||
|
|
||||||
jemalloc : $(MALLOC_STATICLIB)
|
jemalloc : $(MALLOC_STATICLIB)
|
||||||
|
|
||||||
@@ -129,4 +129,4 @@ ifneq (,$(wildcard 3rd/jemalloc/Makefile))
|
|||||||
endif
|
endif
|
||||||
cd 3rd/lua && $(MAKE) clean
|
cd 3rd/lua && $(MAKE) clean
|
||||||
rm -f $(LUA_STATICLIB)
|
rm -f $(LUA_STATICLIB)
|
||||||
$(MAKE) cleanall -f mingw.mk
|
$(MAKE) cleanall -f mingw.mk
|
||||||
|
|||||||
Reference in New Issue
Block a user