Re: Xcode style deployment: debug-symbols?
Re: Xcode style deployment: debug-symbols?
- Subject: Re: Xcode style deployment: debug-symbols?
- From: Sherm Pendley <email@hidden>
- Date: Tue, 9 Dec 2003 19:54:34 -0500
On Dec 7, 2003, at 12:35 PM, Rick Jansen wrote:
When I build my product with style "deployment" it seems
debug-symbols is still "on":
Yes - but "COPY_PHASE_STRIP" is set to "on", as well. So, even though
the compiler includes debug symbols when it builds and links the
executable, they *should* be getting stripped out when the executable
is copied into the .app bundle.
Have you compared the executable size produced by using "development"
vs. "deployment?" The second should result in a noticeably smaller
binary.
sherm--
_______________________________________________
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.