From 8770178c9b705708c38df5bf296b105587a256af Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Tue, 7 Jan 2025 11:55:38 +0100 Subject: [PATCH] Remove PGO configuration from macOS mozconfig --- configs/macos/mozconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configs/macos/mozconfig b/configs/macos/mozconfig index 009e98069..3ae6a3b34 100644 --- a/configs/macos/mozconfig +++ b/configs/macos/mozconfig @@ -6,10 +6,7 @@ ac_add_options --enable-eme=widevine export MOZ_MACBUNDLE_ID=${appId} export MOZ_MACBUNDLE_NAME="Zen Browser.app" -if test "$ZEN_RELEASE"; then - #export MOZ_PGO=1 - #ac_add_options MOZ_PGO=1 -fi + if test "$SURFER_COMPAT" = "x86_64"; then ac_add_options --target=x86_64-apple-darwin