From 5eb2349a04983da5384ac6906bca2f7c0878eb32 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheff@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:08:21 +0000 Subject: [PATCH] Remove redundant PGO configuration in Linux mozconfig --- configs/linux/mozconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/linux/mozconfig b/configs/linux/mozconfig index 698edb33f..206850df6 100644 --- a/configs/linux/mozconfig +++ b/configs/linux/mozconfig @@ -38,8 +38,7 @@ elif test "$ZEN_RELEASE"; then ac_add_options --enable-eme=widevine # Enable Profile Guided Optimization - export MOZ_PGO=1 - ac_add_options MOZ_PGO=1 + # Optimization flags for general release ac_add_options --enable-wasm-avx