Re: Stripping
Re: Stripping
- Subject: Re: Stripping
- From: Jonas Maebe <email@hidden>
- Date: Wed, 26 Aug 2009 18:49:58 +0200
On 26 Aug 2009, at 18:47, David Blanton wrote:
So I Stripped All Symbols from the linked product in Release and
stripped noting from Debug.
The release file is 7.6MB the Debug file is 7.7MB implying some
difference from the strip.
Not necessarily. It could also be from the fact that normally no debug
information is generated for the release build in the first place.
However nm on each yields identical results .... does this mean the
symbols are present in each?
Yes. I don't know why Xcode is not stripping your program here. You
can always run "strip app" on the command line to manually strip it.
Jonas
_______________________________________________
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