chore: Enable jemalloc in mozconfig for Zen release builds

This commit is contained in:
Mauro Balades
2024-07-20 19:37:27 +02:00
parent b6fa393035
commit 766c4e941d

View File

@@ -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