Refactor mozconfig to disable MOZ_PGO and enable wasm-avx

This commit is contained in:
mr. M
2024-10-13 17:41:59 +02:00
parent 519cbdd872
commit f4b3f62a46
2 changed files with 3 additions and 3 deletions

View File

@@ -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