[Lldb-commits] [lldb] [lldb][docs] Update standlone build instructions (PR #192613)

via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 17 04:47:40 PDT 2026


Nerixyz wrote:

> * "ninja" only works when in the build directory, so I have changed that to "cmake --build" instead.

Like with make, you can use `ninja -C directory` to change the directory. But I think recommending `cmake --build` is better as it works with any build tool. There's also a `--parallel` flag, but it shouldn't matter with ninja, because it always uses the maximum available concurrency.

https://github.com/llvm/llvm-project/pull/192613


More information about the lldb-commits mailing list