Disable static analysis by default

This commit is contained in:
Alex D. 2021-01-03 16:48:38 +00:00
parent bde12cdec2
commit 84caf7ad8e
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ cmake -B build/ -DCMAKE_BUILD_TYPE=Release .
```
| Option | Description | Type | Default | Supported since |
|:------------------:|:----------------------------------------------------------------------:|:--------:|:-------:|:---------------:|
| CODE_ANALYZER | Use static analysis tools | boolean | true | 2020.10.30 |
| CODE_ANALYZER | Use static analysis tools | boolean | false | 2020.10.30 |
| CODE_COVERAGE | Generate code coverage output | boolean | false | 2020.10.30 |
Following that, just use your build system and compile it