From: Reid Spencer
Date: Wed, 21 Dec 2005 03:46:45 +0000 (+0000)
Subject: Document the new --enable-debug-runtime configure option.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9d57b4d0d84bd361010ea0f720f5fd44af7a989b;p=oota-llvm.git
Document the new --enable-debug-runtime configure option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24892 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 70e87eea88b..369b4030ff7 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -811,6 +811,11 @@ script to configure the build system:
unoptimized build (also known as a debug build).
+ --enable-debug-runtime
+
+ Enables debug symbols in the runtime libraries. The default is to strip
+ debug symbols from the runtime libraries.
+
--enable-jit
Compile the Just In Time (JIT) compiler functionality. This is not