Skip to content

Commit 1002ab3

Browse files
committed
[docs] Recommend assertions when testing.
Pointed out by Shoaib Meenai. llvm-svn: 353008
1 parent 73929c4 commit 1002ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/TestingGuide.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ in release mode, i.e.
127127

128128
.. code-block:: bash
129129
130-
% cmake -DCMAKE_BUILD_TYPE="Release"
130+
% cmake -DCMAKE_BUILD_TYPE="Release" -DLLVM_ENABLE_ASSERTIONS=On
131131
132132
If you have `Clang <http://clang.llvm.org/>`_ checked out and built, you
133133
can run the LLVM and Clang tests simultaneously using:

0 commit comments

Comments
 (0)