Re: Static library/object file path privacy
Re: Static library/object file path privacy
- Subject: Re: Static library/object file path privacy
- From: Chris Moos <email@hidden>
- Date: Mon, 16 May 2011 12:18:28 -0700
On May 16, 2011, at 10:49 AM, Wim Lewis wrote:
> 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).
I have tried to do this...but unfortunately it doesn't work, thanks for the suggestion though. _______________________________________________
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