Add ccache mention in docs (#1055)

This commit is contained in:
Sergey Kuznetsov
2023-12-18 16:43:15 +00:00
committed by GitHub
parent b1dc2775fb
commit 431b5f5ab8
2 changed files with 6 additions and 0 deletions

View File

@@ -62,6 +62,11 @@ git commit --amend -S
git push --force
```
## Use ccache (optional)
Clio uses ccache to speed up compilation. If you want to use it, please make sure it is installed on your machine.
CMake will automatically detect it and use it if it's available.
## Fixing issues found during code review
While your code is in review, it's possible that some changes will be requested by reviewer(s).
This section describes the process of adding your fixes.

View File

@@ -39,6 +39,7 @@ It is written in C++20 and therefore requires a modern compiler.
- [Conan 1.55](https://conan.io/downloads.html)
- [CMake 3.16](https://cmake.org/download/)
- [**Optional**] [GCovr](https://gcc.gnu.org/onlinedocs/gcc/Gcov.html) (needed for code coverage generation)
- [**Optional**] [CCache](https://ccache.dev/) (speeds up compilation if you are going to compile Clio often)
| Compiler | Version |
|-------------|---------|