From 6c58c9d61c2268f8994bfd88a014d2d54495fd77 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sat, 24 Aug 2024 14:40:02 +0200 Subject: [PATCH] remove test --- configs/linux/mozconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/linux/mozconfig b/configs/linux/mozconfig index 705c92f61..dc8851f70 100644 --- a/configs/linux/mozconfig +++ b/configs/linux/mozconfig @@ -27,7 +27,8 @@ if test "$ZEN_RELEASE"; then mk_add_options 'export SCCACHE_GHA_ENABLED=on' fi - + export MOZ_PGO=1 + ac_add_options MOZ_PGO=1 if test "$SURFER_COMPAT" = "true"; then ac_add_options --enable-optimize="-O3 -march=x86-64"