1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

[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 28858205fd
commit acab453d6b

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: