aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-09 23:45:38 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-09 23:45:38 +0000
commit004ba03a466f0f66e45d88320495ea8c949665f4 (patch)
tree1d35e52ab53589b14b1cbe419c11c35e7543320e /docs/GettingStarted.html
parentf9f431c3b5bed1505055bd79a1dc8e723380021e (diff)
downloadexternal_llvm-004ba03a466f0f66e45d88320495ea8c949665f4.zip
external_llvm-004ba03a466f0f66e45d88320495ea8c949665f4.tar.gz
external_llvm-004ba03a466f0f66e45d88320495ea8c949665f4.tar.bz2
Update docs for ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27553 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index d0a48e0..e9a725e 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -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>