mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
11 lines
369 B
ReStructuredText
11 lines
369 B
ReStructuredText
CMAKE_FASTBUILD_USE_LIGHTCACHE
|
|
-------------------------------
|
|
|
|
.. versionadded:: 4.2
|
|
|
|
Enables FASTBuild's *light caching* mode, which accelerates cache lookups by
|
|
parsing source files directly (instead of invoking the compiler preprocessor).
|
|
|
|
See the `FASTBuild Compiler() documentation <https://www.fastbuild.org/docs/functions/compiler.html>`_
|
|
for more information.
|