Re: Parallel Building
Re: Parallel Building
- Subject: Re: Parallel Building
- From: Braden McDaniel <email@hidden>
- Date: Sun, 19 Oct 2008 19:55:21 -0400
On Sun, 2008-10-19 at 15:29 -0700, Willy P wrote:
> Hey,
> I am a cross platform C++ developer and I REALLY like how xcode
> simultaneously builds as many files as the build machine has cores.
> It is an incredible time saver. What I'm wondering is, is this a
> feature of xcode or or they just cleverly using g++ features? Is
> there a way I can replicate this on Linux using standard makefiles?
>
> Thanks a lot...
If you get your dependencies right, parallel make will Just Work. See
the -j option. (In general, it's easier to maximize the efficiency of
this if your make is not recursive.)
--
Braden McDaniel e-mail: <email@hidden>
<http://endoframe.com> Jabber: <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden