mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
use 'ON/OFF' for Ccache settings
This commit is contained in:
parent
562bb7b2ae
commit
01c2ba632a
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ The test and standalone subprojects include the [tools.cmake](cmake/tools.cmake)
|
|||
The following are currently supported.
|
||||
|
||||
- **Sanitizers**, by setting `-DUSE_SANITIZER=<Address | Memory | MemoryWithOrigins | Undefined | Thread | Leak | 'Address;Undefined'>`.
|
||||
- **Static Analyzers**, by setting `-DUSE_STATIC_ANALYZER=<clang-tidy | iwyu | cppcheck>`, or a combination in quotation marks, separated by semicolons. Arguments can be passed to the analyzers by setting the `CLANG_TIDY_ARGS`, `IWYU_ARGS` or `CPPCHECK_ARGS` variables.
|
||||
- **Ccache**, by setting `-DUSE_CCACHE=<YES | NO>`.
|
||||
- **Static Analyzers**, by setting `-DUSE_STATIC_ANALYZER=<clang-tidy | iwyu | cppcheck>`, or a combination of those in quotation marks, separated by semicolons. Arguments can be passed to the analyzers by setting the `CLANG_TIDY_ARGS`, `IWYU_ARGS` or `CPPCHECK_ARGS` variables.
|
||||
- **Ccache**, by setting `-DUSE_CCACHE=<ON | OFF>`.
|
||||
|
||||
## FAQ
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue