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: Thomas Engelmeier <email@hidden>
- Date: Fri, 3 Apr 2009 10:21:06 +0200
Am Apr 2, 2009 um 6:37 PM schrieb Rick Altherr:
On Apr 2, 2009, at 6:52 AM, Thomas Engelmeier wrote:
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?
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).
This is what I expected and tried. After further attempts however it
turned out that one has to also enable the "deployment postprocessing"
checkbox (I just discovered by accident) in order to have the symbols
striped.
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:
This email sent to email@hidden