Re: Building more files than CPUs
Re: Building more files than CPUs
- Subject: Re: Building more files than CPUs
- From: Nathan Roberts <email@hidden>
- Date: Thu, 9 Feb 2006 16:49:15 -0600
On Feb 9, 2006, at 4:34 PM, Steve Mills wrote:
On Feb 9, 2006, at 14:07, Chris Espinosa <email@hidden> wrote:
Try (from the command line) defaults read com.apple.Xcode
PBXNumberOfParallelBuildSubtasks This should be unset, and the
default is "number of CPUs in my machine." If it's set to, say, 8,
then there's your answer.
No, that value does not exist on my iMac. I sure would like to know
how to make it do 6 at a time again. It only did that for part of
one day.
From the command line:
defaults write com.apple.XCode PBXNumberOfParallelBuildSubtasks 6
You might have to restart XCode after that, I'm not sure. I tried it
with XCode not running, and then launched it. It does now build 6 at
once. I imagine, though, that this will increase overall build time;
I don't know by how much.
Nate
_______________________________________________
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