Re: SenTestingKit and debugging UnitTests
Re: SenTestingKit and debugging UnitTests
- Subject: Re: SenTestingKit and debugging UnitTests
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 5 Oct 2005 12:16:09 -0600
On Oct 5, 2005, at 11:36 AM, Scott Ellsworth wrote:
I have been meaning to ask this. The OPTIMIZATION_CFLAGS key is
set to -O0 in the default stationary, which gives the warning "-
Wuninitialized is not supported without -O".
Is it safe to remove this flag, or perhaps turn it to O1?
Uninitialized variables are one of the early signs of a programmer
screwup IME.
You can set the flag to whatever you want as long as you're not going
to be running the code in the debugger. I would not recommend
attempting to to debug optimized code; it's too difficult.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden