diff options
author | Duncan Sands <baldrick@free.fr> | 2010-07-08 08:27:18 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-07-08 08:27:18 +0000 |
commit | 67f8a7bc26c2993854a7e9ab43af362bc4477e3f (patch) | |
tree | 29947c94b7fccc1f08c2dd370c68c6137d3cda45 /docs/GettingStarted.html | |
parent | fb31ccb68c3ff11a125391d76a3bec3d38377096 (diff) |
Tweak some docs now that the default build is called Debug+Asserts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107862 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index e9673ab160..b75b1c654a 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -1137,13 +1137,13 @@ platforms or configurations using the same source tree.</p> named after the build type:</p> <dl> - <dt>Debug Builds + <dt>Debug Builds with assertions enabled (the default) <dd> <dl> <dt>Tools - <dd><tt><i>OBJ_ROOT</i>/Debug/bin</tt> + <dd><tt><i>OBJ_ROOT</i>/Debug+Asserts/bin</tt> <dt>Libraries - <dd><tt><i>OBJ_ROOT</i>/Debug/lib</tt> + <dd><tt><i>OBJ_ROOT</i>/Debug+Asserts/lib</tt> </dl> <br><br> |