Update docs for ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27553 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2006-04-09 23:45:38 +00:00
parent f9f431c3b5
commit 004ba03a46
2 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -955,9 +955,9 @@ declaring variables on the command line. The following are some examples:</p>
Perform a Release (Optimized) build.
<p>
<dt><tt>gmake ENABLE_OPTIMIZED=1 ENABLE_ASSERTIONS=1</tt>
<dt><tt>gmake ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1</tt>
<dd>
Perform a Release (Optimized) build with assertions enabled.
Perform a Release (Optimized) build without assertions enabled.
<p>
<dt><tt>gmake ENABLE_PROFILING=1</tt>