Commit 0ae4afb0 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated jemalloc to 5.2.1

parent 3f4bab62
all: all:
tar xf jemalloc-5.2.0.tar.bz2 tar xf jemalloc-5.2.1.tar.bz2
cd jemalloc-5.2.0 && ./configure --prefix=/usr cd jemalloc-5.2.1 && ./configure --prefix=/usr
$(MAKE) -C jemalloc-5.2.0 $(MAKE) -C jemalloc-5.2.1
$(MAKE) -C jemalloc-5.2.0 check $(MAKE) -C jemalloc-5.2.1 check
$(MAKE) -C jemalloc-5.2.0 install $(MAKE) -C jemalloc-5.2.1 install
rm -rf jemalloc-5.2.0 rm -rf jemalloc-5.2.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment