This commit is contained in:
Mauro Balades
2024-07-21 02:00:54 +02:00
parent f69421b7c6
commit 7c99456c00
2 changed files with 4 additions and 3 deletions

View File

@@ -28,6 +28,5 @@ export RUSTFLAGS="$RUSTFLAGS -Ctarget-cpu=x86-64"
ac_add_options --disable-maintenance-service
ac_add_options --disable-bits-download
ac_add_options --disable-gecko-profiler
# ALWAYS MANTAIN ONE LINE BREAK AT THE END OF THIS FILE

View File

@@ -20,8 +20,10 @@ if ! test "$ZEN_CROSS_COMPILING"; then
fi
if test "$ZEN_RELEASE"; then
export MOZ_PGO=1
ac_add_options MOZ_PGO=1
if ! test "$ZEN_CROSS_COMPILING"; then
export MOZ_PGO=1
ac_add_options MOZ_PGO=1
fi
fi
# Disable telemetry and tracking