On Mon, Oct 11, 2010 at 2:08 PM, Ruben Van Boxem
<[email protected]> wrote:
> Hi,
> Qt devs seem to believe mingw32-make does not support the "-j" option,
> although CMake generated makefiles seem to allow it use more than 50% of my
> dual core.
> I think it works only on some kind of makefile structure, but need some
> background info.
> Thanks!
> Ruben

Probably some old version had it broken/disabled.

If your Makefile dependencies are set properly, make can do a fairly
decent job of figuring out which tasks can operate in parallel.  Note
that cygwin make doesn't work with -j because of a cygwin bug in fork.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to