Mercury icon indicating copy to clipboard operation
Mercury copied to clipboard

change mk_add_options MOZ_MAKE_FLAGS="-j5" to mk_add_options MOZ_MAKE_FLAGS="-j$(sysctl -n hw.ncpu)" on macos

Open k2662 opened this issue 1 year ago • 1 comments

we should change

mk_add_options MOZ_MAKE_FLAGS="-j5"

to

mk_add_options MOZ_MAKE_FLAGS="-j$(sysctl -n hw.ncpu)"

k2662 avatar Sep 06 '24 15:09 k2662

@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

Alex313031 avatar Sep 18 '24 04:09 Alex313031