• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to get rid of local C++ symbols in a dylib?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >How to get rid of local C++ symbols in a dylib? (From: Thomas Engelmeier <email@hidden>)
 >Re: How to get rid of local C++ symbols in a dylib? (From: Rick Altherr <email@hidden>)

  • Prev by Date: Re: CFShow truncated CFStrings in Leopard's Console.app (but not Xcode's debugger console)
  • Next by Date: page reload error
  • Previous by thread: Re: How to get rid of local C++ symbols in a dylib?
  • Next by thread: How to debug Xcode dependency-tracking?
  • Index(es):
    • Date
    • Thread