From 56a976cb2865d934f5e878a33f333b9c89d95065 Mon Sep 17 00:00:00 2001 From: bobpaul <90864+bobpaul@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:53:53 -0500 Subject: [PATCH] removed debugging code accidentally committed --- jemalloc/PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/jemalloc/PKGBUILD b/jemalloc/PKGBUILD index 61f0ea889b..9c05e95bd4 100644 --- a/jemalloc/PKGBUILD +++ b/jemalloc/PKGBUILD @@ -30,7 +30,6 @@ build() { USE_64K_PAGES=--with-lg-page=16 ;; esac - USE_64K_PAGES=--with-lg-page=16 ./configure \ --enable-prof \ $USE_64K_PAGES \