From: Andrew Tridgell Date: Wed, 10 Apr 2002 08:02:34 +0000 (+0200) Subject: added a comment X-Git-Tag: v1.7~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ac6e764fbd57d13d81613122064c1ee49bedada;p=thirdparty%2Fccache.git added a comment --- diff --git a/ccache.c b/ccache.c index 5f1c534ce..cdbe6c4ec 100644 --- a/ccache.c +++ b/ccache.c @@ -609,6 +609,8 @@ static void process_args(int argc, char **argv) if (!found_c_opt) { cc_log("No -c option found for %s\n", input_file); + /* I find that having a separate statistic for autoconf tests is useful, + as they are the dominant form of "called for link" in many cases */ if (strstr(input_file, "conftest.")) { stats_update(STATS_CONFTEST); } else {