|
|
|
@ -7,18 +7,18 @@ short-description: Auto-detection of features like ccache and code coverage |
|
|
|
|
Meson is designed for high productivity. It tries to do as many things |
|
|
|
|
automatically as it possibly can. |
|
|
|
|
|
|
|
|
|
CCache |
|
|
|
|
Ccache |
|
|
|
|
-- |
|
|
|
|
|
|
|
|
|
[CCache](https://ccache.samba.org/) is a cache system designed to make |
|
|
|
|
[Ccache](https://ccache.dev/) is a cache system designed to make |
|
|
|
|
compiling faster. When you run Meson for the first time for a given |
|
|
|
|
project, it checks if CCache is installed. If it is, Meson will use it |
|
|
|
|
project, it checks if Ccache is installed. If it is, Meson will use it |
|
|
|
|
automatically. |
|
|
|
|
|
|
|
|
|
If you do not wish to use CCache for some reason, just specify your |
|
|
|
|
If you do not wish to use Ccache for some reason, just specify your |
|
|
|
|
compiler with environment variables `CC` and/or `CXX` when first |
|
|
|
|
running Meson (remember that once specified the compiler can not be |
|
|
|
|
changed). Meson will then use the specified compiler without CCache. |
|
|
|
|
changed). Meson will then use the specified compiler without Ccache. |
|
|
|
|
|
|
|
|
|
Coverage |
|
|
|
|
-- |
|
|
|
|