mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
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
This commit is contained in:
parent
6e96d81c87
commit
9d57b4d0d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user