Skip to content

Commit

Permalink
doc: use proper CMAKE_BUILD_TYPE for LLVM.
Browse files Browse the repository at this point in the history
Fixes #380.
whitequark committed Apr 6, 2016
1 parent eb68ab9 commit 32102bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/installing.rst
Original file line number Diff line number Diff line change
@@ -192,7 +192,7 @@ and the ARTIQ kernels.

$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-or1k -DLLVM_TARGETS_TO_BUILD="OR1K;X86" -DLLVM_ENABLE_ASSERTIONS=ON
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-or1k -DLLVM_TARGETS_TO_BUILD="OR1K;X86" -DLLVM_ENABLE_ASSERTIONS=ON
$ make -j4
$ sudo make install

0 comments on commit 32102bc

Please sign in to comment.