20.09.2012, 17:38, "Tony Rietwyk" <[email protected]>: > 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 _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
