From 6dac955cc7fbf2e87f07d77380239d6d464b8314 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sun, 21 Jul 2024 09:55:38 +0200 Subject: [PATCH] test this workflow with PGO --- configs/common/mozconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/common/mozconfig b/configs/common/mozconfig index 3eff8de1f..f2ea3d3f0 100644 --- a/configs/common/mozconfig +++ b/configs/common/mozconfig @@ -77,10 +77,10 @@ if test "$ZEN_RELEASE"; then ac_add_options RUSTC_OPT_LEVEL="3" # PGO may cause link errors on windows! - if ! test "$ZEN_CROSS_COMPILING"; then + #if ! test "$ZEN_CROSS_COMPILING"; then export MOZ_PGO=1 ac_add_options MOZ_PGO=1 - fi + #fi mk_add_options 'export RUSTC_WRAPPER=/home/runner/.mozbuild/sccache/sccache' mk_add_options 'export CCACHE_CPP2=yes'