summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/classes.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index d9065b3619..949217bf42 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -274,10 +274,15 @@ sstate re-use. In order to function, this class requires the
274 274
275The ``ccache`` class enables the C/C++ Compiler Cache for the build. 275The ``ccache`` class enables the C/C++ Compiler Cache for the build.
276This class is used to give a minor performance boost during the build. 276This class is used to give a minor performance boost during the build.
277However, using the class can lead to unexpected side-effects. Thus, it 277
278is recommended that you do not use this class. See 278See https://ccache.samba.org/ for information on the C/C++ Compiler
279https://ccache.samba.org/ for information on the C/C++ Compiler 279Cache, and the :oe_git:`ccache.bbclass </openembedded-core/tree/meta/classes/ccache.bbclass>`
280Cache. 280file for details about how to enable this mechanism in your configuration
281file, how to disable it for specific recipes, and how to share ``ccache``
282files between builds.
283
284However, using the class can lead to unexpected side-effects. Thus, using
285this class is not recommended.
281 286
282.. _ref-classes-chrpath: 287.. _ref-classes-chrpath:
283 288