diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
| -rw-r--r-- | documentation/ref-manual/classes.rst | 8 |
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 | |||
| 309 | file, how to disable it for specific recipes, and how to share ``ccache`` | 309 | file, how to disable it for specific recipes, and how to share ``ccache`` |
| 310 | files between builds. | 310 | files between builds. |
| 311 | 311 | ||
| 312 | However, using the class can lead to unexpected side-effects. Thus, using | 312 | Recipes can also explicitly disable `Ccache` support even when the |
| 313 | this class is not recommended. | 313 | :ref:`ref-classes-ccache` class is enabled, by setting the |
| 314 | :term:`CCACHE_DISABLE` variable to "1". | ||
| 315 | |||
| 316 | Using the :ref:`ref-classes-ccache` class can lead to unexpected side-effects. | ||
| 317 | Using this class is not recommended. | ||
| 314 | 318 | ||
| 315 | .. _ref-classes-chrpath: | 319 | .. _ref-classes-chrpath: |
| 316 | 320 | ||
