forked from OSchip/llvm-project
Document the new --enable-debug-runtime configure option.
llvm-svn: 24892
This commit is contained in:
parent
3f31cc4dcd
commit
294adbb5cf
|
@ -811,6 +811,11 @@ script to configure the build system:</p>
|
||||||
unoptimized build (also known as a debug build).
|
unoptimized build (also known as a debug build).
|
||||||
<p></p>
|
<p></p>
|
||||||
</dd>
|
</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>
|
<dt><i>--enable-jit</i></dt>
|
||||||
<dd>
|
<dd>
|
||||||
Compile the Just In Time (JIT) compiler functionality. This is not
|
Compile the Just In Time (JIT) compiler functionality. This is not
|
||||||
|
|
Loading…
Reference in New Issue