]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
doc: Mention that ccache requires the ā€œ-cā€ option
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 16 Jan 2021 18:08:09 +0000 (19:08 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 16 Jan 2021 18:08:09 +0000 (19:08 +0100)
doc/MANUAL.adoc

index d4486fcf4ac71f16e0d7760876cf000e505f8d91..ab57362643a08cc97d88587b80ad3b40b5c5837b 100644 (file)
@@ -1002,7 +1002,9 @@ No result was found.
 Current size of the cache.
 
 | called for link |
-The compiler was called for linking, not compiling.
+The compiler was called for linking, not compiling. Ccache only supports
+compilation of a single file, i.e. calling the compiler with the *-c* option to
+produce a single object file from a single source file.
 
 | called for preprocessing |
 The compiler was called for preprocessing, not compiling.