Re: Static library/object file path privacy
Re: Static library/object file path privacy
- Subject: Re: Static library/object file path privacy
- From: Wim Lewis <email@hidden>
- Date: Mon, 16 May 2011 10:49:22 -0700
On 13 May 2011, at 11:40 PM, Chris Moos wrote:
> I'm building a static library and one thing that I've noticed is that the library (.a file) contains the path(s) of the directory in which the various object files were built.
>
> For privacy reasons I'd prefer to not have the absolute path of the Xcode project in the library. [...]
You might be able to remove them by stripping debug symbols from the library (either using the Xcode setting, or by invoking strip(1) on the library file).
_______________________________________________
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