]> granicus.if.org Git - clang/commitdiff
Tweak documentation to mention Debug+Asserts.
authorDuncan Sands <baldrick@free.fr>
Thu, 8 Jul 2010 08:31:28 +0000 (08:31 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 8 Jul 2010 08:31:28 +0000 (08:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107863 91177308-0d34-0410-b5e6-96231b3b80d8

www/analyzer/installation.html

index b84f263972377c17b372e7506861ee031ef47415..c82683fb5db1d86350e80b7e1fdf09a13d7ec0fb 100644 (file)
@@ -90,8 +90,8 @@ source code</a>.<p>
 
 <li>The location of the <tt>clang</tt> binary.
 
-<p>For example, if you built a <em>Debug</em> build of LLVM/Clang, the
-resultant<tt>clang</tt> binary will be in $(OBJDIR)/Debug
+<p>For example, if you built a <em>Debug+Asserts</em> build of LLVM/Clang (the
+default), the resultant<tt>clang</tt> binary will be in $(OBJDIR)/Debug+Asserts
 (where <tt>$(OBJDIR)</tt> is often the same as the root source directory).  You
 can also do <tt>make install</tt> to install the LLVM/Clang libaries and
 binaries to the installation directory of your choice (specified when you run