Not sure if anybody else uses ccache, but this saves almost 800 recompilations

every time wmc runs.

svn path=/trunk/; revision=39148
This commit is contained in:
Art Yerkes 2009-01-27 19:58:30 +00:00
parent 74e38ab6c0
commit aa1756a335

View file

@ -91,7 +91,7 @@ static const char str_header[] =
"/* This file is generated with wmc version " PACKAGE_VERSION ". Do not edit! */\n"
"/* Source : %s */\n"
"/* Cmdline: %s */\n"
"/* Date : %s */\n"
// "/* Date : %s */\n"
"\n"
;