From e1379e5cf308ff0e32e5c428f260c8a2ab6f8b2d Mon Sep 17 00:00:00 2001 From: omove <61330514+omove@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:32:11 -0500 Subject: [PATCH] Enable PGO for macOS aarch64 Signed-off-by: omove <61330514+omove@users.noreply.github.com> --- configs/macos/mozconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/macos/mozconfig b/configs/macos/mozconfig index 0a1fa65f2..4bf793039 100644 --- a/configs/macos/mozconfig +++ b/configs/macos/mozconfig @@ -6,9 +6,10 @@ ac_add_options --enable-eme=widevine export MOZ_MACBUNDLE_ID=${appId} export MOZ_MACBUNDLE_NAME="Zen Browser.app" +export MOZ_PGO=1 +ac_add_options MOZ_PGO=1 + if test "$SURFER_COMPAT" = "x86_64"; then - export MOZ_PGO=1 - ac_add_options MOZ_PGO=1 ac_add_options --target=x86_64-apple-darwin ac_add_options --enable-wasm-avx