[ros-diffs] [arty] 39148: Not sure if anybody else uses ccache, but this saves almost 800 recompilations every time wmc runs.

arty at svn.reactos.org arty at svn.reactos.org
Tue Jan 27 20:58:31 CET 2009


Author: arty
Date: Tue Jan 27 13:58:30 2009
New Revision: 39148

URL: http://svn.reactos.org/svn/reactos?rev=39148&view=rev
Log:
Not sure if anybody else uses ccache, but this saves almost 800 recompilations
every time wmc runs.

Modified:
    trunk/reactos/tools/wmc/write.c

Modified: trunk/reactos/tools/wmc/write.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wmc/write.c?rev=39148&r1=39147&r2=39148&view=diff
==============================================================================
--- trunk/reactos/tools/wmc/write.c [iso-8859-1] (original)
+++ trunk/reactos/tools/wmc/write.c [iso-8859-1] Tue Jan 27 13:58:30 2009
@@ -91,7 +91,7 @@
 	"/* 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"
         ;
 



More information about the Ros-diffs mailing list