On Tue, Mar 7, 2017 at 8:05 PM, Mike Conley <mcon...@mozilla.com> wrote:
> FWIW, the MOZ_MAKE_FLAGS bit can probably be removed, as I believe mach > will just choose the optimal number based on examining your processor > cores. >From my experience the chosen value is too conservative, I think it defaults to cpu_count(). What I usually use is cpu_count() * 1.5 that gives me faster results. _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform