[Interest] How to build Qt using multiple CPU's on Mac?

Konstantin Tokarev annulen at yandex.ru
Thu Sep 20 15:41:21 CEST 2012



20.09.2012, 17:38, "Tony Rietwyk" <tony at rightsoft.com.au>:
> Hi Everybody,
>
> On windows when I run nmake after configure, it uses all of my CPU's and is
> finished in under 2 hours.
>
> On mac OSX Lion with XCode 4.3.2, when I run make after configure, it only
> uses 1 CPU.   My google fu is not working and I can't find the parameter for
> make to get it to use more CPU's.

make -jN, where N is a number of concurrent processes.

Read man make for more details.

-- 
Regards,
Konstantin



More information about the Interest mailing list