Re: Xcode style deployment: debug-symbols?
Re: Xcode style deployment: debug-symbols?
- Subject: Re: Xcode style deployment: debug-symbols?
- From: Laurent Daudelin <email@hidden>
- Date: Tue, 09 Dec 2003 20:17:18 -0500
on 09/12/03 19:54, Sherm Pendley at email@hidden wrote:
>
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.
>
Also, you can check the actual arguments passed to the compiler and linker,
if you open the build detail in the build window. AFAICT, the arguments
given are according to the active build style. So, it seems that the
optimization level and the debug symbols being on are somehow a display
problem.
-Laurent.
--
============================================================================
Laurent Daudelin AIM/iChat: LaurentDaudelin <
http://nemesys.dyndns.org>
Logiciels Nemesys Software
mailto:email@hidden
Flyspeck 3 n.: Standard name for any font that is so tiny as to be
unreadable (by analogy with names like `Helvetica 10' for 10-point
Helvetica). Legal boilerplate is usually printed in Flyspeck 3.
_______________________________________________
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.