aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-21 01:10:57 +0000
committerChris Lattner <sabre@nondot.org>2006-03-21 01:10:57 +0000
commitd465126f5d4c61318158876ead3e5b7309c8a0e5 (patch)
tree1741b04278921a3cc826898c871e7d31d985ee3d /docs/GettingStarted.html
parent7192786afcf624af592df32df02eca56ab1aa35d (diff)
downloadexternal_llvm-d465126f5d4c61318158876ead3e5b7309c8a0e5.zip
external_llvm-d465126f5d4c61318158876ead3e5b7309c8a0e5.tar.gz
external_llvm-d465126f5d4c61318158876ead3e5b7309c8a0e5.tar.bz2
Document ENABLE_ASSERTIONS=1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26915 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index a7c1819..d0a48e0 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -955,6 +955,11 @@ 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>
+ <dd>
+ Perform a Release (Optimized) build with assertions enabled.
+ <p>
+
<dt><tt>gmake ENABLE_PROFILING=1</tt>
<dd>
Perform a Profiling build.