From: Ben Pfaff Date: Tue, 17 Mar 2015 17:04:47 +0000 (-0700) Subject: INSTALL.md: Note that Clang and ccache aren't completely compatible. X-Git-Tag: v2.4.0~462 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=86b3f7e1c805fa1a9f78b9df2772a1780402fbcb INSTALL.md: Note that Clang and ccache aren't completely compatible. CC: Russell Bryant Signed-off-by: Ben Pfaff Acked-by: Russell Bryant --- diff --git a/INSTALL.md b/INSTALL.md index b2b0cbb82..3762e0054 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -259,6 +259,10 @@ Building the Sources For improved warnings if you installed "sparse" (see "Prerequisites"), add C=1 to the command line. + Some versions of Clang and ccache are not completely compatible. + If you see unusual warnings when you use both together, consider + disabling ccache for use with Clang. + 2. Consider running the testsuite. Refer to "Running the Testsuite" below, for instructions.