Re: Build Styles
Re: Build Styles
- Subject: Re: Build Styles
- From: Dario Accornero <email@hidden>
- Date: Tue, 18 Nov 2003 11:54:23 +0100
On 17 Nov 2003, at 18:40, Randy Croucher wrote:
I have my "Deployment" build style set to not generate debugging
symbols, and the optimization level set for "Fastest, smallest". So
why is it that when I build with my build style set for "Deployment",
it says:
Building target Blah with build style Deployment
(optimization:level size, debug-symbols:on)
???
It appears to always be generating debug symbols. Am I doing something
wrong?
Randy, I've filed rdar://3487487 for this issue.
If you take a look at the actual command lines passed to gcc, you'll
see that if you have removed debugging symbols from your build, then -g
will *not* be passed to gcc. The problem is therefore limited to the
display in the upper part of the build window.
HTH,
Dario
_______________________________________________
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.
References: | |
| >Build Styles (From: Randy Croucher <email@hidden>) |