Mac OS X Deployment Target setting
Mac OS X Deployment Target setting
- Subject: Mac OS X Deployment Target setting
- From: Eric Wang <email@hidden>
- Date: Mon, 09 Feb 2004 14:05:04 -0500
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?
Thanks,
Eric Wang
_______________________________________________
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.