Re: Compile-only build option?
Re: Compile-only build option?
- Subject: Re: Compile-only build option?
- From: Jonathon Kuo <email@hidden>
- Date: Wed, 14 Jan 2009 12:23:52 -0800
On Jan 14, 2009, at 12:04 PM, Jean-Daniel Dupas wrote:
Le 14 janv. 09 à 20:40, Jonathon Kuo a écrit :
Is there a build option in Xcode 3.1.1 to just compile sources, but
not attempt linking?
What are you trying to do ? Using an object target may be what you
need. Else, you can probably use another target and remove the
linker step.
At this stage, I'm just ferreting out the various warnings in the
code, so all I'm looking for is a quick recompile. I don't need/want
Xcode to proceed with relinking everything together and producing a
new product. Currently I'm setting the "Treat Warnings as Errors"
checkbox, but it's not so convenient, and it will still proceed with
the link if no warnings show up. I guess I was hoping there was a
"Compile" button in addition to the "Build" button.
_______________________________________________
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