Re: Xcode and ccache
Re: Xcode and ccache
- Subject: Re: Xcode and ccache
- From: Chris Espinosa <email@hidden>
- Date: Thu, 30 Mar 2006 20:17:53 -0800
On Mar 17, 2006, at 5:51 AM, Clark Cox wrote: I was wondering if anyone knows how to get Xcode to use ccache as it's compiler. I've installed ccache, and put appropriate links in my path. This works perfectly for things built via make, or by directly calling gcc from the commandline. However, seeing as Xcode calls the compiler with an absolute path "/usr/bin/gcc", distcc is never being called when building projects via xcodebuild or from the Xcode GUI.
Xcode uses the path to the compiler defined in the Rules tab of the Targets inspector, or by the value of the $(CC) build setting. Try setting those.
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