INSTALL.md: Note that Clang and ccache aren't completely compatible.
authorBen Pfaff <blp@nicira.com>
Tue, 17 Mar 2015 17:04:47 +0000 (10:04 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 17 Mar 2015 18:26:04 +0000 (11:26 -0700)
CC: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
INSTALL.md

index b2b0cbb..3762e00 100644 (file)
@@ -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.