Re: dead-code stripping, is it possible?
Re: dead-code stripping, is it possible?
- Subject: Re: dead-code stripping, is it possible?
- From: Chris Ridd <email@hidden>
- Date: Wed, 02 Jun 2004 05:35:49 +0100
On 1/6/04 7:47 pm, Larry Fransson <email@hidden> wrote:
> On Jun 1, 2004, at 09:24, Kevin Hoyt wrote:
>
>> Is it possible to have the linker strip dead code? Is there an option
>> to
>> enable this?
>
> Check the project's build settings. Under General -> Deployment,
> you'll see "Deployment Post-Processing" The help text for that option
> says, "Activating this setting indicates that binaries should be
> stripped and file mode, owner, and group information should be set to
> standard values." Is that what you're looking for?
No, that will strip symbols from the resulting binary. See 'man strip'.
Cheers,
Chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.