• 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: Yet another build styles issue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Yet another build styles issue


  • Subject: Re: Yet another build styles issue
  • From: Dario Accornero <email@hidden>
  • Date: Wed, 12 Nov 2003 16:37:25 +0100

On 12 Nov 2003, at 16:22, Alastair Houghton wrote:

If you can stand debugging in gdb with optimisations on, more power to you -- sometimes I find it uncomfortable even at -O1. As for the warnings, you will get them anyways in your Deployment build.

No you don't. You don't get "uninitialized variable" warnings unless you are optimising (they need data flow analysis); you also don't get the warning about automatic variables in functions where you've used setjmp().

Aren't those warnings triggered by anything above -O0? Deployment builds by default imply -Os, even in my projects created from scratch...


GCC's manual mentions this, here:

http://developer.apple.com/documentation/DeveloperTools/gcc-3.3/gcc/ Warning-Options.html

Yes, I know -Wall does not specify all possible warnings -- but I don't see another way of specifying them rather than manually.


Dario
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Yet another build styles issue
      • From: Alastair Houghton <email@hidden>
References: 
 >Yet another build styles issue (From: Dario Accornero <email@hidden>)
 >Re: Yet another build styles issue (From: Dario Accornero <email@hidden>)
 >Re: Yet another build styles issue (From: Alastair Houghton <email@hidden>)
 >Re: Yet another build styles issue (From: Dario Accornero <email@hidden>)
 >Re: Yet another build styles issue (From: Alastair Houghton <email@hidden>)

  • Prev by Date: Re: Yet another build styles issue
  • Next by Date: Re: Linking w/SDKs from the command line
  • Previous by thread: Re: Yet another build styles issue
  • Next by thread: Re: Yet another build styles issue
  • Index(es):
    • Date
    • Thread