chore: Update mozconfig to enable MOZ_PGO for Zen release builds

This commit is contained in:
Mauro Balades
2024-07-20 15:33:32 +02:00
parent ae746fa0af
commit 4cfd3ba121
2 changed files with 5 additions and 3 deletions

View File

@@ -65,9 +65,6 @@ if test "$ZEN_RELEASE"; then
ac_add_options --without-wasm-sandboxed-libraries
export MOZ_PGO=1
ac_add_options MOZ_PGO=1
mk_add_options MOZILLA_OFFICIAL=1
MOZILLA_OFFICIAL=1

View File

@@ -19,6 +19,11 @@ if ! test "$ZEN_CROSS_COMPILING"; then
export STRIP_FLAGS="--strip-debug --strip-unneeded"
fi
if test "$ZEN_RELEASE"; then
export MOZ_PGO=1
ac_add_options MOZ_PGO=1
fi
# Disable telemetry and tracking
mk_add_options MOZ_TELEMETRY_REPORTING=
mk_add_options MOZ_DATA_REPORTING=