Re: parallel build
Tomas Klacko <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 23, 2009 at 3:09 AM, Boris Zbarsky<[email protected]> wrote: > Tomas Klacko wrote: >> >> I am trying run parallel compilation of the Electrolysis: >> make -j4 -f client.mk build > > I suggest: > > env MAKEFLAGS=-j4 make -f client.mk build Did not work either. It works by adding the line mk_add_options MOZ_MAKE_FLAGS=-j4 to the .mozconfig file. Tomas Klacko