Re: Argghh include quirks
Re: Argghh include quirks
- Subject: Re: Argghh include quirks
- From: Eric Schlegel <email@hidden>
- Date: Thu, 29 Nov 2007 10:01:03 -0800
On Nov 29, 2007, at 9:37 AM, Rick Mann wrote:
Then I generally try to include just that file, using the top-level
framework in which it's located. This avoids parsing unnecessary
stuff during compilation.
Honestly, that's probably not worth it. Set up a precompiled header
with #include <Carbon/Carbon.h>, and your compiles will be faster than
if you include just the individual header files that you need in each
source file.
-eric
_______________________________________________
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