Re: Parallel Building
Re: Parallel Building
- Subject: Re: Parallel Building
- From: Graham Lee <email@hidden>
- Date: Sun, 19 Oct 2008 23:38:24 +0100
On Oct 19, 2008, at 11:29 PM, 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?
It's a feature of Xcode, but you _can_ do parallel builds with make.
See the -j option.
Graham.
_______________________________________________
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