identify build style during compile?
identify build style during compile?
- Subject: identify build style during compile?
- From: walterw <email@hidden>
- Date: Fri, 10 Dec 2004 14:57:50 -0500
I have a Carbon application that I'm developing in XCode and I'd like
to add code that only gets compiled for a development build.
#ifndef DEPLOYMENT_BUILD
if (internal_state_passes_tests() == false)
Debugger(); // break into debugger
#endif
Anyone know how? I've looked at the docs and can't find out how...
_______________________________________________
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