Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] (Dynamic) project references causing unnecessary rebuilds

On 3 February 2011 13:32, dmsubs <dmsubs@xxxxxxxxxxxxx> wrote:
> Hmm. So you are saying that it is broken, even in this trivial case?

Yes. CDT does too much building by default.  Basically what happens is
both the BuildAction and CDT itself build the referenced projects.
You could try the patch on bug 291751 which will prevent the build
action from doing the first build -- that should help with the current
builder.

Cheers,
James


Back to the top