Skip to content

Commit 5fef95b

Browse files
author
whitequark
committedApr 6, 2016
doc: use proper CMAKE_BUILD_TYPE for LLVM.
Fixes #380.
1 parent 2b516d2 commit 5fef95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎doc/manual/installing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ and the ARTIQ kernels.
192192

193193
$ mkdir build
194194
$ cd build
195-
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-or1k -DLLVM_TARGETS_TO_BUILD="OR1K;X86" -DCMAKE_BUILD_TYPE=Rel -DLLVM_ENABLE_ASSERTIONS=ON
195+
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-or1k -DLLVM_TARGETS_TO_BUILD="OR1K;X86" -DLLVM_ENABLE_ASSERTIONS=ON
196196
$ make -j4
197197
$ sudo make install
198198

0 commit comments

Comments
 (0)
Please sign in to comment.