Re: How to get rid of local C++ symbols in a dylib?
Re: How to get rid of local C++ symbols in a dylib?
- Subject: Re: How to get rid of local C++ symbols in a dylib?
- From: Rick Altherr <email@hidden>
- Date: Thu, 2 Apr 2009 09:37:17 -0700
On Apr 2, 2009, at 6:52 AM, Thomas Engelmeier wrote:
Hi,
I'm trying to get rid of local symbols in a dylib.
Is the only way to do that by specifying -x as strip flags or am I
missing some additional build setting option with teh same effect?
Regards,
Tom_E
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
@apple.com
This email sent to email@hidden
You are looking for the following under Deployment in the build
settings:
Strip Linked Product
Strip Style
If the former is checked and the latter is set to non-global symbols,
the resulting dylib will only contain global symbols (the debugging
information and local symbols are removed).
--
Rick Altherr
Performance Tools
Development Technologies
email@hidden
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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