You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
k2662
changed the title
change mk_add_options MOZ_MAKE_FLAGS="-j5" to mk_add_options MOZ_MAKE_FLAGS="-j$(sysctl -n hw.ncpu)"
change mk_add_options MOZ_MAKE_FLAGS="-j5" to mk_add_options MOZ_MAKE_FLAGS="-j$(sysctl -n hw.ncpu)" on macos
Sep 6, 2024
@k2662 Good idea. You can make a PR if you want, or I could change it. Note that the mozconfig files for cross-compiling on linux for mac should be left as is, or for an equivalent, use $NPROC
we should change
mk_add_options MOZ_MAKE_FLAGS="-j5"
to
mk_add_options MOZ_MAKE_FLAGS="-j$(sysctl -n hw.ncpu)"
The text was updated successfully, but these errors were encountered: