|
Boost Interest : |
Subject: Re: [Boost-cmake] CDash dashboard now available
From: troy d. straszheim (troy_at_[hidden])
Date: 2009-05-12 16:17:53
Doug Gregor wrote:
>
> IIRC, the "*\fast" targets rebuild something without rebuilding dependencies.
>
Yeah. If you are e.g. hacking on an executable 'myprog' which links to
libraries lib1..libn, 'make myprog/fast' will skip checking whether
lib1..libn need rebuilding start from myprog's object files. In certain
cases this can be a tremendous convenience.
-t