extra/jemalloc to 5.3.0-3

This commit is contained in:
Kevin Mihelich 2023-09-20 23:22:24 +00:00
parent 47fd3390d2
commit 21eca800bc

View file

@ -8,7 +8,7 @@
pkgname=jemalloc
epoch=1
pkgver=5.3.0
pkgrel=2
pkgrel=3
pkgdesc='General-purpose scalable concurrent malloc implementation'
arch=('x86_64')
license=('BSD')
@ -30,6 +30,7 @@ build() {
[[ $CARCH == "aarch64" ]] && CONFIG="--with-lg-page=14"
./configure \
--enable-prof \
--enable-autogen \
--prefix=/usr $CONFIG
make