Skip to content

Commit

Permalink
Generate configure for Jemalloc 5.2.1.
Browse files Browse the repository at this point in the history
./autogen.sh --with-version=5.2.1-0-g0
  • Loading branch information
yoav-steinberg committed Oct 10, 2021
1 parent 4d5911b commit 9e5cd2c
Show file tree
Hide file tree
Showing 3 changed files with 14,114 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ JEMALLOC_LDFLAGS= $(LDFLAGS)

jemalloc: .make-prerequisites
@printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR)
cd jemalloc && ./configure --with-version=5.1.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)"
cd jemalloc && ./configure --with-version=5.2.1-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)"
cd jemalloc && $(MAKE) CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" lib/libjemalloc.a

.PHONY: jemalloc
1 change: 1 addition & 0 deletions deps/jemalloc/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5.2.1-0-g0
Loading

0 comments on commit 9e5cd2c

Please sign in to comment.