Bug 1496185 - Document MOZ_PARALLEL_BUILD in the tup backend; r=chmanchester

MozReview-Commit-ID: vkPjnKz56F

Differential Revision: https://phabricator.services.mozilla.com/D7639

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Shal 2018-10-03 18:58:11 +00:00
parent ee7eb4aa4a
commit e9a8c94db3

View File

@ -48,6 +48,14 @@ PATH, and enable the Tup backend::
export TUP=~/.mozbuild/tup/tup
ac_add_options --enable-build-backends=Tup
Configuring Parallel Jobs
-------------------------
To override the default number of jobs run in parallel, set MOZ_PARALLEL_BUILD
in your mozconfig::
mk_add_options MOZ_PARALLEL_BUILD=8
What Works
==========