Optimization Level
Optimization Level
- Subject: Optimization Level
- From: koko <email@hidden>
- Date: Mon, 17 Oct 2016 12:36:40 -0600
Moving , finally, to Xcode 7.3.1, I get a weird bug.
If I build a release configuration with the recommended optimization level (fastest, smallest) then this code
void xxxxx::Clear(apointList &list)
{
if ( ! &list )
return;
}
never returns when apointlis &list = 0x00000000 as shown in the debugger.
But if I set the optimization level (none) then the code works properly.
Of course Apple says never ship release code with optimization level none, always use faster,smallest
What am I missing ?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden