[docs] Recommend assertions when testing.

Pointed out by Shoaib Meenai.

llvm-svn: 353008
This commit is contained in:
Davide Italiano 2019-02-03 20:37:13 +00:00
parent 73929c4d24
commit 1002ab3d1c
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ in release mode, i.e.
.. code-block:: bash
% cmake -DCMAKE_BUILD_TYPE="Release"
% cmake -DCMAKE_BUILD_TYPE="Release" -DLLVM_ENABLE_ASSERTIONS=On
If you have `Clang <http://clang.llvm.org/>`_ checked out and built, you
can run the LLVM and Clang tests simultaneously using: