From 7506b6208fadca16cbe8d6a368d7170a2d17e411 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Sun, 19 Jul 2026 18:54:03 +0800 Subject: [PATCH] update jemalloc and disable-cxx to fix build --- 3rd/jemalloc | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/3rd/jemalloc b/3rd/jemalloc index 54eaed1d..81034ce1 160000 --- a/3rd/jemalloc +++ b/3rd/jemalloc @@ -1 +1 @@ -Subproject commit 54eaed1d8b56b1aa528be3bdd1877e59c56fa90c +Subproject commit 81034ce1f1373e37dc865038e1bc8eeecf559ce8 diff --git a/Makefile b/Makefile index f2f8b462..c0d1fd6d 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_ --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 \ No newline at end of file + $(MAKE) cleanall -f mingw.mk