Re: Removing NSLog & NSAssert for deployment
Re: Removing NSLog & NSAssert for deployment
- Subject: Re: Removing NSLog & NSAssert for deployment
- From: Kurt Revis <email@hidden>
- Date: Fri, 8 Feb 2002 11:03:38 -0800
Question: Since OTHER_CFLAGS is not set to any value in my main Build
Settings, I shouldn't have to use "+=" in my Deployment build style, but
just "=", right?
It will still work in this case. However, if you ever need to set
OTHER_CFLAGS in your target, then your build style will be overriding
the setting instead of adding to it, and you'll probably get confused as
to why your new setting isn't taking effect. It's best to have build
styles add to the target's settings, whenever possible.
--
Kurt Revis
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.