Re: How to choose the compiler in a new project
Re: How to choose the compiler in a new project
- Subject: Re: How to choose the compiler in a new project
- From: Scott Tooker <email@hidden>
- Date: Thu, 16 Jun 2005 11:34:13 -0700
In the future we want to have project level build rules, but those
don't exist yet. In the meantime, you can set the deprecated
GCC_VERSION build setting at the project level to control this, but
don't be surprised when that setting becomes obsoleted in a future
release.
Scott
On Jun 16, 2005, at 11:11 AM, j o a r wrote:
On 16 jun 2005, at 19.44, Scott Tooker wrote:
Actually you want to add a new build rule for C files that uses
gcc 3.3 instead of gcc 4.0 (go to the "Rules" tab in the target
inspector).
We would like to start building the latest version of our project
with GCC 4.x (in order to be able to produce Universal binaries).
We also need to be able to build our older branches on the same
machine, but using GCC 3.3.
As far as I understand, I would in this scenario have to set the
compiler per-target, in either our new or old projects. As we have
a lot of targets per project (~130) it would be much more
convenient if you could set the compiler on a per-project basis.
Come to think of it, it would be nice to be able to set this
preference on the application level (You can do that with
gcc_select, but it would in my opinion make sense to be able to
control this without requiring admin access).
Is that possible now, or if not, would it be something you could
consider adding in the future? Or perhaps you have a suggestion for
an alternative approach to solve this problem?
j o a r
_______________________________________________
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