From 294adbb5cff0c61320d42e900ee9c603cf41d0e7 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 21 Dec 2005 03:46:45 +0000 Subject: [PATCH] Document the new --enable-debug-runtime configure option. llvm-svn: 24892 --- llvm/docs/GettingStarted.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 70e87eea88b1..369b4030ff73 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/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