update jemalloc and disable-cxx to fix build

This commit is contained in:
Cloud Wu
2026-07-19 18:54:03 +08:00
parent 5027096d53
commit 7506b6208f
2 changed files with 3 additions and 3 deletions

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_ --enable-prof
cd 3rd/jemalloc && ./autogen.sh --disable-cxx --with-jemalloc-prefix=je_ --enable-prof
jemalloc : $(MALLOC_STATICLIB)
@@ -129,4 +129,4 @@ ifneq (,$(wildcard 3rd/jemalloc/Makefile))
endif
cd 3rd/lua && $(MAKE) clean
rm -f $(LUA_STATICLIB)
$(MAKE) cleanall -f mingw.mk
$(MAKE) cleanall -f mingw.mk