Re: parallel build
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
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 That will parallelize as necessary. -Boris