From 766c4e941db71d41b5a2a898b2388bd450dc90f3 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sat, 20 Jul 2024 19:37:27 +0200 Subject: [PATCH] chore: Enable jemalloc in mozconfig for Zen release builds --- configs/common/mozconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/common/mozconfig b/configs/common/mozconfig index 2bd2f9e51..3aef4d4d7 100644 --- a/configs/common/mozconfig +++ b/configs/common/mozconfig @@ -48,7 +48,6 @@ if test "$ZEN_RELEASE"; then mk_add_options MOZ_DATA_REPORTING=0 mk_add_options MOZ_SERVICES_HEALTHREPORT=0 mk_add_options MOZ_TELEMETRY_REPORTING=0 - ac_add_options --enable-jemalloc ac_add_options --enable-hardening ac_add_options --enable-sandbox @@ -63,6 +62,7 @@ if test "$ZEN_RELEASE"; then export MOZ_LTO=full ac_add_options MOZ_LTO=full ac_add_options --enable-lto=full + ac_add_options --enable-jemalloc fi mk_add_options MOZILLA_OFFICIAL=1