aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Göthel <[email protected]>2024-08-08 18:22:34 +0200
committerSven Göthel <[email protected]>2024-08-08 18:22:34 +0200
commitfbdd386ceaf4d3adb5b19a691cb6991d54d8d96b (patch)
treeeeac3a7fc8919a71493caffaae9a515f0b80c369
parenta70c03f57f67c640cde7d6bc3571c056e67214da (diff)
README: Presets: Add notion of disabled clang-tidy where applicable
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index dc065cd..c71db0b 100644
--- a/README.md
+++ b/README.md
@@ -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`