From: Davide Italiano Date: Sun, 3 Feb 2019 20:37:13 +0000 (+0000) Subject: [docs] Recommend assertions when testing. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=213d7e98670c59b6b5c03aab2ccc85eae6ae6273;p=llvm [docs] Recommend assertions when testing. Pointed out by Shoaib Meenai. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353008 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/TestingGuide.rst b/docs/TestingGuide.rst index 9908d575903..949fecf4ccf 100644 --- a/docs/TestingGuide.rst +++ b/docs/TestingGuide.rst @@ -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 `_ checked out and built, you can run the LLVM and Clang tests simultaneously using: