Re: Xcode style deployment: debug-symbols?
Re: Xcode style deployment: debug-symbols?
- Subject: Re: Xcode style deployment: debug-symbols?
- From: Patrick Machielse <email@hidden>
- Date: Wed, 10 Dec 2003 22:52:03 +0100
op 10-12-2003 13:39 schreef Alastair Houghton op cocoa-dev:
>
On 10 Dec 2003, at 11:08, Rick Jansen wrote:
>
>
> All very well, but it seems I cannot now build a proper deployment style
>
> application with Xcode? I don't care about the size on disk really, but I
>
> certainly don't want debugging symbols in distributed apps.
>
>
If the worst comes to the worst, you could always run "strip" from a
>
shell-script build phase.
Even easier, you can do that in your deployment build style by passing '-s'
as the value for the 'Other linker flags' setting.
Assuming off course that the build style settings do as they are told. Xcode
is still a bit of a bug-fest though...
Patrick
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.