From 7c99456c00b310beaced9c32215067de498c71ad Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sun, 21 Jul 2024 02:00:54 +0200 Subject: [PATCH] Test --- .github/workflows/src/windows_mozconfig | 1 - configs/linux/mozconfig | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/src/windows_mozconfig b/.github/workflows/src/windows_mozconfig index 0ac0d7d6f..51836b0d4 100644 --- a/.github/workflows/src/windows_mozconfig +++ b/.github/workflows/src/windows_mozconfig @@ -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 \ No newline at end of file diff --git a/configs/linux/mozconfig b/configs/linux/mozconfig index 200960b7a..fbde04556 100644 --- a/configs/linux/mozconfig +++ b/configs/linux/mozconfig @@ -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