Skip to content

Commit 4b1b36a

Browse files
committed
doc: Remove build instruction for running clang-tidy
One of the benefits of using a compilation database, which is available after the CMake build system generation step, is that it is not necessary to actually build the code in order to run `clang-tidy`.
1 parent 9e10510 commit 4b1b36a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/developer-notes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ Configure with clang as the compiler:
221221

222222
```sh
223223
cmake -B build -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
224-
cmake --build build -j $(nproc)
225224
```
226225

227226
The output is denoised of errors from external dependencies.

0 commit comments

Comments
 (0)