diff options
author | Sven Göthel <[email protected]> | 2024-08-08 18:22:34 +0200 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-08-08 18:22:34 +0200 |
commit | fbdd386ceaf4d3adb5b19a691cb6991d54d8d96b (patch) | |
tree | eeac3a7fc8919a71493caffaae9a515f0b80c369 | |
parent | a70c03f57f67c640cde7d6bc3571c056e67214da (diff) |
README: Presets: Add notion of disabled clang-tidy where applicable
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -233,6 +233,7 @@ Following debug presets are defined in `CMakePresets.json` - default compiler - C++20 - debug enabled + - disabled `clang-tidy` - java (if available) - libunwind (if available) - libcurl (if available) @@ -255,6 +256,7 @@ Following debug presets are defined in `CMakePresets.json` - `release` - inherits from `debug` - debug disabled + - disabled `clang-tidy` - testing with sudo on - binary-dir `build/preset-release` - install-dir `dist/preset-release` |