• 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: Question about increasing error checking during development builds
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about increasing error checking during development builds


  • Subject: Re: Question about increasing error checking during development builds
  • From: Jeff Johnson <email@hidden>
  • Date: Thu, 10 Jan 2008 16:38:35 -0600

Jayson,

The warnings that you're seeing are probably from <http://developer.apple.com/documentation/DeveloperTools/gcc-4.0.1/gcc/Warning-Options.html#index-Wuninitialized-250>.  According to the doc, "These warnings are possible only in optimizing compilation, because they require data flow information that is computed only when optimizing. If you don't specify -O, you simply won't get these warnings."  By default, your development build doesn't optimize, which is why you don't get these warnings.

-Jeff



On Jan 10, 2008, at 4:30 PM, Jayson Adams wrote:

Hello,

I'm using Xcode 2.4.1 on Tiger.  When I compile my app for deployment, I sometimes get warnings about potentially uninitialized variables, but I don't get these warnings when I compile for development.  Does anyone know how I can tweak my development build settings so that I get this extra level of error checking when I do development builds?

Best,


__jayson

Circus Ponies NoteBook - Organization for a Creative Mind
www.circusponies.com

 _______________________________________________
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

References: 
 >Question about increasing error checking during development builds (From: Jayson Adams <email@hidden>)

  • Prev by Date: Question about increasing error checking during development builds
  • Next by Date: Re: Question about increasing error checking during development builds
  • Previous by thread: Question about increasing error checking during development builds
  • Next by thread: Re: Question about increasing error checking during development builds
  • Index(es):
    • Date
    • Thread