Skip to content

Commit c12f01f

Browse files
committed
[lldb][docs] Update instructions to build standalone
The instructions to build LLDB standalone contain a CMake configure step to build LLVM standalone. This configure step needs to also have the CMake build type in order to work.
1 parent 77f8335 commit c12f01f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/docs/resources/build.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ Clang. Then we build the ``ALL`` target with ninja:
210210
::
211211

212212
$ cmake -B /path/to/llvm-build -G Ninja \
213+
-DCMAKE_BUILD_TYPE=[<build type>] \
213214
-DLLVM_ENABLE_PROJECTS=clang \
214215
[<more cmake options>] /path/to/llvm-project/llvm
215216
$ ninja

0 commit comments

Comments
 (0)