Re: Predictive Compilation Being Ignored
Re: Predictive Compilation Being Ignored
- Subject: Re: Predictive Compilation Being Ignored
- From: Chris Espinosa <email@hidden>
- Date: Mon, 29 Oct 2007 13:14:32 -0700
On Oct 29, 2007, at 12:08 PM, Robert Kukuchka wrote:
Hello,
I'm using XCode 2.4.1 on OS 10.4.10. I've got a rather large
codebase of C++ libs and applications that every so often thinks it
needs to do a full rebuild when I've only changed a .cpp file. Given
the size of the codebase this adds considerable slowdown time for
me. Any suggestions why predictive compilation is being ignored?
Predictive compilation has nothing to do with full rebuilds; it just
speeds the single-file rebuild case. What is most likely is that
you've also touched a .h file, or you have some other files that are
depending on or including your .cpp file.
If none of those look like the cause, file a bug report and we have
some diagnostic switches you can throw that provided us with detailed
dependency information that can help us diagnose your case.
Chris
_______________________________________________
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