• 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: Code optimisation always -0s [again :)]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Code optimisation always -0s [again :)]


  • Subject: Re: Code optimisation always -0s [again :)]
  • From: Dominik Pich <email@hidden>
  • Date: Mon, 1 Nov 2004 11:36:02 +0100

On Oct 31, 2004, at 10:29 AM, Dominik Pich wrote:
I am using Xcode 1.5 and haven't upgraded the project but have freshly created a new project.
It has two styles: Development AND Deployment
and two targets: client AND server

What template did you use to create the project? What template did you use to create the additional target?
Empty project

the targets set the optimisation flag to -Os per default
the development style sets the optimisation flag to -O0 per default
the deployemnt style sets the optimisation flag to -Os per default

What exactly do these look like in the build settings? (What does the text say?)
Optimisation Level | None (-O0)
=> GCC_OPTIMIZATION_LEVEL = 0

=> build with gcc of either target with the Development style activated
flag is -Os and NOT -O0 specified by the style.

How are you verifying this?

-- Chris
I look at the 'Detailed Build Results' and inspect the gcc call used by Xcode

Thank you!
May you always find water and shade. - Wheel Of Time
Dominik

_______________________________________________
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


  • Next by Date: Re: Code optimisation always -0s [again :)]
  • Next by thread: Re: Code optimisation always -0s [again :)]
  • Index(es):
    • Date
    • Thread