Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Build only the actual target to run

Hi,

if I execute a run configuration, the whole project is build
automatically at first. This can be disabled, then nothing is built.

If I modify a template class that many build target depends on, the
build can take rather long time.

Is it possible to make only that target automatically that I want to execute?

E.g. if a run configuration refers to the target called "test1", then
launching it could trigger "make test1" and not "make all".

Is this possible now?

Thanks,
Miklos


Back to the top