feat: Limit the number of threads when building macos releases, b=no-bug, c=configs

This commit is contained in:
mr. m
2026-01-06 20:20:38 +01:00
parent a537f0f91d
commit b0f3839426

View File

@@ -51,3 +51,7 @@ fi
# 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