Commit 4e47a99c authored by Mike Hommey's avatar Mike Hommey
Browse files

Bug 1729383 - Advertize MOZ_PARALLEL_BUILD=n rather than MOZ_MAKE_FLAGS=-jn in...

Bug 1729383 - Advertize MOZ_PARALLEL_BUILD=n rather than MOZ_MAKE_FLAGS=-jn in docs. r=firefox-build-system-reviewers,mhentges

Both work, but the former is preferred. Also remove MOZ_MAKE_FLAGS
in the mozconfig example for msan, because it's irrelevant.

Differential Revision: https://phabricator.services.mozilla.com/D124726
parent 6930916e
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -143,10 +143,9 @@ number of cores on your system.

.. code:: bash

   mk_add_options MOZ_MAKE_FLAGS="-j4"
   mk_add_options MOZ_PARALLEL_BUILD=4

If your machine is overheating, you might want to try a lower value,
e.g. ``-j1``.
If your machine is overheating, you might want to try a lower value.


Choose an application
@@ -355,7 +354,7 @@ Thunderbird. You should first create three ``mozconfig`` files.
.. code::

   # add common options here, such as making an optimized release build
   mk_add_options MOZ_MAKE_FLAGS="-j4"
   mk_add_options MOZ_PARALLEL_BUILD=4
   ac_add_options --enable-optimize --disable-debug

``mozconfig-firefox``:
+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ content in your Mozilla-central directory:
.. code::

   mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-ff-msan
   mk_add_options MOZ_MAKE_FLAGS=-j12

   # Enable LLVM specific code and build workarounds
   ac_add_options --enable-memory-sanitizer