projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e96d81
)
Document the new --enable-debug-runtime configure option.
author
Reid Spencer
<rspencer@reidspencer.com>
Wed, 21 Dec 2005 03:46:45 +0000
(
03:46
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Wed, 21 Dec 2005 03:46:45 +0000
(
03:46
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24892
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/GettingStarted.html
patch
|
blob
|
history
diff --git
a/docs/GettingStarted.html
b/docs/GettingStarted.html
index 70e87eea88b1656863ffd74ac88a654912b0457c..369b4030ff7315366f0f0b292dd2dcbfada31df3 100644
(file)
--- a/
docs/GettingStarted.html
+++ b/
docs/GettingStarted.html
@@
-811,6
+811,11
@@
script to configure the build system:</p>
unoptimized build (also known as a debug build).
<p></p>
</dd>
+ <dt><i>--enable-debug-runtime</i></dt>
+ <dd>
+ Enables debug symbols in the runtime libraries. The default is to strip
+ debug symbols from the runtime libraries.
+ </dd>
<dt><i>--enable-jit</i></dt>
<dd>
Compile the Just In Time (JIT) compiler functionality. This is not