Re: dwarf in linker output
Re: dwarf in linker output
- Subject: Re: dwarf in linker output
- From: Jonas Maebe <email@hidden>
- Date: Thu, 4 Mar 2010 18:05:28 +0100
On 04 Mar 2010, at 18:00, Ariel Burton wrote:
> Is it posible to retain DWARF information in the outputs
> of the linker such as executables or dynamic libraries?
No. You can however run dsymutil on the executable or dynamic library after compiling in order to collect all relevant DWARF information into a dSYM bundle (so that you don't have to keep the object files around).
Jonas _______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden