From b0ad45a2684f39219feaca691221e9923416e8fe Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Sat, 14 Sep 2013 21:31:31 -0700 Subject: [PATCH] Update ccache.md Add reference [skip ci] --- doc/make/ccache.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/make/ccache.md b/doc/make/ccache.md index 2b914e0c6..c0c626ba5 100644 --- a/doc/make/ccache.md +++ b/doc/make/ccache.md @@ -41,3 +41,5 @@ with the following content: argument unused during compilation:" warning. - ``-fcolor-diagnostics`` option is used to enable clang's colored diagnostic messages. + +Reference: http://petereisentraut.blogspot.com/2011/05/ccache-and-clang.html