• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Removing NSLog & NSAssert for deployment
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: Removing NSLog & NSAssert for deployment (From: Bill Cheeseman <email@hidden>)

  • Prev by Date: Re: Is this a bug in NSTextView or a feature?
  • Next by Date: Custom panel/sheet (beware of newbies)
  • Previous by thread: Re: Removing NSLog & NSAssert for deployment
  • Next by thread: newbie widgets/NSTimer question
  • Index(es):
    • Date
    • Thread