summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 9cd2db0d23..9bf7a3cacf 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -309,8 +309,12 @@ file for details about how to enable this mechanism in your configuration
309file, how to disable it for specific recipes, and how to share ``ccache`` 309file, how to disable it for specific recipes, and how to share ``ccache``
310files between builds. 310files between builds.
311 311
312However, using the class can lead to unexpected side-effects. Thus, using 312Recipes can also explicitly disable `Ccache` support even when the
313this class is not recommended. 313:ref:`ref-classes-ccache` class is enabled, by setting the
314:term:`CCACHE_DISABLE` variable to "1".
315
316Using the :ref:`ref-classes-ccache` class can lead to unexpected side-effects.
317Using this class is not recommended.
314 318
315.. _ref-classes-chrpath: 319.. _ref-classes-chrpath:
316 320