# HG changeset patch # User bircoph # Date 1234814612 0 # Node ID 61e9c93193bceab18261cbaa4740eb4129b362d8 # Parent 0405513156d131262b06c40a4915eb7ee9c25607 Add ccache usage suggestion to speed up compilation. diff -r 0405513156d1 -r 61e9c93193bc DOCS/xml/en/bugreports.xml --- a/DOCS/xml/en/bugreports.xml Mon Feb 16 18:38:54 2009 +0000 +++ b/DOCS/xml/en/bugreports.xml Mon Feb 16 20:03:32 2009 +0000 @@ -113,6 +113,8 @@ earlier version, so if you do not make a backup copy of your original source tree, you will have to recompile everything in it when you come back to the present.) +Alternatively you may use ccache +to speed up compilation.