From f4b3f62a46d8b3d7c7fcadd62c7bb515da18cf7a Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Sun, 13 Oct 2024 17:41:59 +0200 Subject: [PATCH] Refactor mozconfig to disable MOZ_PGO and enable wasm-avx --- configs/macos/mozconfig | 4 ++-- src/browser/base/content/zen-components | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/macos/mozconfig b/configs/macos/mozconfig index c6ee2ef21..f5a32e57e 100644 --- a/configs/macos/mozconfig +++ b/configs/macos/mozconfig @@ -9,8 +9,8 @@ export MOZ_MACBUNDLE_ID=${appId} export MOZ_MACBUNDLE_NAME="Zen Browser.app" if test "$SURFER_COMPAT" = "true"; then - export MOZ_PGO=1 - ac_add_options MOZ_PGO=1 + #export MOZ_PGO=1 + #ac_add_options MOZ_PGO=1 ac_add_options --target=x86_64-apple-darwin ac_add_options --enable-wasm-avx diff --git a/src/browser/base/content/zen-components b/src/browser/base/content/zen-components index b991b4240..1bc2cf53c 160000 --- a/src/browser/base/content/zen-components +++ b/src/browser/base/content/zen-components @@ -1 +1 @@ -Subproject commit b991b42402d2df455bd4823eec65f0541292caec +Subproject commit 1bc2cf53c816ece4dcdfa29d90d41f3aa8319830