• 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: Mac OS X Deployment Target setting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mac OS X Deployment Target setting


  • Subject: Re: Mac OS X Deployment Target setting
  • From: Chris Espinosa <email@hidden>
  • Date: Mon, 9 Feb 2004 12:19:07 -0800

On Feb 9, 2004, at 11:05 AM, Eric Wang wrote:

While adjusting the build settings for my project, I came across the Mac OS
X Deployment Target setting. Since my application requires Panther, I chose
"Mac OS X 10.3" from the pop-up menu. This caused a noticeable slowdown in
the build process.


Upon further experimentation, it seems setting the build setting to anything
other than "Compiler Default" causes compilation to progress much more
slowly. A look through the detailed build log shows that the only difference
between setting the deployment target to "Compiler Default" and "Mac OS X
10.3" is the addition of a line "setenv MACOSX_DEPLOYMENT_TARGET 10.3" for
each source file compiled.


Can anyone explain the reason for this slowdown?

Your precompiled headers were probably built for the built-in system and aren't valid for the SDK. You may want to clean your project and rebuild. That will build new precompiled headers using the SDK, and compilation speed will return to what you expect.


Chris
_______________________________________________
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: Mac OS X Deployment Target setting
      • From: Eric Wang <email@hidden>
References: 
 >Mac OS X Deployment Target setting (From: Eric Wang <email@hidden>)

  • Prev by Date: Mac OS X Deployment Target setting
  • Next by Date: /usr vs. /usr/local
  • Previous by thread: Mac OS X Deployment Target setting
  • Next by thread: Re: Mac OS X Deployment Target setting
  • Index(es):
    • Date
    • Thread