We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61a1ac commit ede24b9Copy full SHA for ede24b9
docs/web/docs/Installing/Linux_Build.md
@@ -234,11 +234,11 @@ the stdlib option has to be set. The blacklist filters out a known bug
234
in the cstdlib. For details see the clang documentation.
235
236
The current CMake configuration already contains this for the debug
237
-build, so for building with CMake and clang just change to your build
238
-dir and use
+build, so for building with CMake and clang just change to your repository base dir and use
239
240
```
241
-CXX=clang++ cmake -DCMAKE_BUILD_TYPE=Debug --build build -j $(nproc)
+CXX=clang++ cmake -D CMAKE_BUILD_TYPE=Debug -B build .
+cmake --build build -j $(nproc)
242
243
244
The clang-debug-build will detect memory leaks (among other things)
0 commit comments