Generate configure for Jemalloc 5.2.1.
./autogen.sh --with-version=5.2.1-0-g0
This commit is contained in:
parent
4d5911b4e4
commit
9e5cd2cb26
2
deps/Makefile
vendored
2
deps/Makefile
vendored
@ -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
deps/jemalloc/VERSION
vendored
Normal file
1
deps/jemalloc/VERSION
vendored
Normal file
@ -0,0 +1 @@
|
||||
5.2.1-0-g0
|
14112
deps/jemalloc/configure
vendored
Executable file
14112
deps/jemalloc/configure
vendored
Executable file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user