diff options
Diffstat (limited to 'documentation/dev-manual/speeding-up-build.rst')
-rw-r--r-- | documentation/dev-manual/speeding-up-build.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/dev-manual/speeding-up-build.rst b/documentation/dev-manual/speeding-up-build.rst index 696b1bdf76..31b6f75ab0 100644 --- a/documentation/dev-manual/speeding-up-build.rst +++ b/documentation/dev-manual/speeding-up-build.rst | |||
@@ -61,8 +61,7 @@ Following are additional factors that can affect build speed: | |||
61 | file system on the principle that if there was a significant failure, | 61 | file system on the principle that if there was a significant failure, |
62 | the :term:`Build Directory` contents could easily be rebuilt. | 62 | the :term:`Build Directory` contents could easily be rebuilt. |
63 | 63 | ||
64 | - Inheriting the | 64 | - Inheriting the :ref:`ref-classes-rm-work` class: |
65 | :ref:`rm_work <ref-classes-rm-work>` class: | ||
66 | Inheriting this class has shown to speed up builds due to | 65 | Inheriting this class has shown to speed up builds due to |
67 | significantly lower amounts of data stored in the data cache as well | 66 | significantly lower amounts of data stored in the data cache as well |
68 | as on disk. Inheriting this class also makes cleanup of | 67 | as on disk. Inheriting this class also makes cleanup of |