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:
parent
28858205fd
commit
acab453d6b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user