From ec4a55e1f873614cf856a3cf661cbfaa76ef559a Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Wed, 7 Jan 2026 00:28:56 +0100 Subject: [PATCH] chore: Revert linking with ld64 due to big compile times and resource usage, b=no-bug, c=configs --- configs/macos/mozconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/macos/mozconfig b/configs/macos/mozconfig index f24915f2a..6c53dcbe5 100644 --- a/configs/macos/mozconfig +++ b/configs/macos/mozconfig @@ -49,9 +49,9 @@ fi # Keep using ld64 on PGO/LTO builds because of performance regressions when using lld. # Mozilla sets "MOZ_LD64_KNOWN_GOOD" to true when they do automated builds with PGO/LTO on macOS. # See https://searchfox.org/firefox-main/rev/e61d59b5c9a651fd7bf28043f87c0dc669833496/build/moz.configure/lto-pgo.configure#261 -export MOZ_LD64_KNOWN_GOOD=1 -ac_add_options --enable-linker=ld64 - -if test "$ZEN_RELEASE"; then - mk_add_options MOZ_MAKE_FLAGS="-j4" -fi +# export MOZ_LD64_KNOWN_GOOD=1 +# ac_add_options --enable-linker=ld64 +# +# if test "$ZEN_RELEASE"; then +# mk_add_options MOZ_MAKE_FLAGS="-j4" +# fi