Re: .subsections_via_symbols broken in Xcode 2.4?
Re: .subsections_via_symbols broken in Xcode 2.4?
- Subject: Re: .subsections_via_symbols broken in Xcode 2.4?
- From: Eric Albert <email@hidden>
- Date: Sun, 3 Sep 2006 00:13:18 -0400
On Sep 2, 2006, at 11:39 AM, Jonas Maebe wrote:
On 31 Aug 2006, at 20:12, Shantonu Sen wrote:
Sounds like you are talking about dead code stripping, which is
not and has never been the default. Pass -dead_strip to the
compiler driver or linker.
Yes, I realised that later.
-gfull is for debugging symbols, and does not affect this behavior.
I was confused because I remembered reading remarks about using -
gfull in combination with dead code stripping, but that's indeed
only needed to be able to debug programs compiled with dead code
stripping.
That's a bit out of date. You don't need to use -gfull with dead
code stripping any more.
-Eric
_______________________________________________
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