Re: An Xcode question
Re: An Xcode question
- Subject: Re: An Xcode question
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 15 Aug 2005 12:34:12 -0600
On Aug 15, 2005, at 11:52 AM, Hussein Yahia wrote:
Sorry if my question is dumb, but learning Cocoa required all my
time these past months, and I didn't learn very much about Xcode
itself... So...:
IANTM, but... There's a separate list for Xcode discussion, xcode-
users, on lists.apple.com. Please use that list for Xcode questions,
not this one. But I'll answer your questions:
Will it be the apocalypse if I dumb that "Shared Caches"?
No.
Why is it so big and what does it contain anyway ?
The #1 contributor to its size is the precompiled headers, which the
compiler uses to speed up compile times so it's not constantly
parsing the same header files every time a source file is compiled.
If you don't want the compiler making those precompiled headers, then
you can turn off the "precompile prefix header" build setting, but if
you do so, then compiling will take longer unless you have only one
or two source files.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden