Re: Disabling clean-build on Archive?
Re: Disabling clean-build on Archive?
- Subject: Re: Disabling clean-build on Archive?
- From: Jens Alfke <email@hidden>
- Date: Wed, 06 Jul 2011 19:42:57 -0700
On Jul 6, 2011, at 6:38 PM, Nikolaus Heger wrote: I have a small project with maybe 50 classes in it and it takes longer to compile that our entire Java web server with 10s of thousands of classes? What is it doing??
Look at the build log and show all steps. That should give you an idea. Or watch the progress while it’s building, to see if any one source file is taking a very long time. (Many compilers’ optimizers can be very slow to process extremely long functions, for example.)
Also, using precompiled headers can speed up some builds a lot.
—Jens |
_______________________________________________
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