Re: Build Styles
Re: Build Styles
- Subject: Re: Build Styles
- From: Randy Croucher <email@hidden>
- Date: Tue, 18 Nov 2003 09:15:38 -0800
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.
Thanks Dario,
I did notice that the .o's and the lib itself was indeed much-much
smaller. My app with debug is 588 meg (pretty much unusable), without
it is 10.1 meg. So it must actually be working. Since you filed a bug
report, does that mean that I should not?
I am trying to come up with a good way of just putting debug in the
individual files I want to step through at the time. I have come up
with an acceptable, but not optimal, way of doing this. Is there a way
to "clean" a single source file so I can get it to rebuild? I
currently have to go find the .o file in Finder and move it to the
trash.
Did you file a bug on the sub-project building with the wrong style
issue. It is not just the display, the text is correct, but it is not
what it builds.
Randy
_______________________________________________
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.