Re: reducing ld's memory footprint (19 minutes of linking)
Re: reducing ld's memory footprint (19 minutes of linking)
- Subject: Re: reducing ld's memory footprint (19 minutes of linking)
- From: Lawrence Gold <email@hidden>
- Date: Tue, 9 Aug 2005 11:26:11 -0600
On Aug 9, 2005, at 10:59 AM, Sébastien Métrot wrote:
We have similar Link Time problems. If we set our level of debug
symbols to default the debuger will not be able to find most of the
symbols (local function variables for example). We would be very
interested in a solution to dramatically reduce link times.
Actually build times are a big problems in XCode right now. I now
this have been beaten to death but MSVC and Codewarrior are still
much faster than XCode (x5 to x20 depending on the project size and
type of target).
Do you have Dead Code Stripping enabled? If so, disabling it should
allow you to debug successfully with the default debug symbols. Our
projects are set to the default, and I haven't had any problems with
missing variables.
_______________________________________________
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