summaryrefslogtreecommitdiff
path: root/deps/Makefile
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2023-05-01 17:18:38 +0300
committerOran Agra <oran@redislabs.com>2023-05-01 17:31:31 +0300
commit0897c8afedc210db5f827bed9d225f24011245eb (patch)
tree42d7d4ff1078d96db5684ed7f230b6b8e53e26ff /deps/Makefile
parentb8beda3cf8e5c8218fbe84539d6b5117b3f909d9 (diff)
downloadredis-0897c8afedc210db5f827bed9d225f24011245eb.tar.gz
Upgrade to jemalloc 5.3.0
* Regenerate configure script sccording to deps/README * update iget_defrag_hint by following changes to arena_dalloc_no_tcache
Diffstat (limited to 'deps/Makefile')
-rw-r--r--deps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/Makefile b/deps/Makefile
index c1796941b..34656201d 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -106,7 +106,7 @@ endif
jemalloc: .make-prerequisites
@printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR)
- cd jemalloc && ./configure --disable-cxx --with-version=5.2.1-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" $(JEMALLOC_CONFIGURE_OPTS)
+ cd jemalloc && ./configure --disable-cxx --with-version=5.3.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" $(JEMALLOC_CONFIGURE_OPTS)
cd jemalloc && $(MAKE) lib/libjemalloc.a
.PHONY: jemalloc