forked from OSchip/llvm-project
Forgot to update the documentation in r82906. s/DEBUG_RUNTIME/DEBUG_SYMBOLS/.
llvm-svn: 83015
This commit is contained in:
parent
56fbc37bbb
commit
ed31cc2a99
|
@ -626,7 +626,7 @@
|
||||||
<dd>If set to any value, causes a bitcode library (.bc) to be built.</dd>
|
<dd>If set to any value, causes a bitcode library (.bc) to be built.</dd>
|
||||||
<dt><a name="CONFIG_FILES"><tt>CONFIG_FILES</tt></a></dt>
|
<dt><a name="CONFIG_FILES"><tt>CONFIG_FILES</tt></a></dt>
|
||||||
<dd>Specifies a set of configuration files to be installed.</dd>
|
<dd>Specifies a set of configuration files to be installed.</dd>
|
||||||
<dt><a name="DEBUG_RUNTIME"><tt>DEBUG_RUNTIME</tt></a></dt>
|
<dt><a name="DEBUG_SYMBOLS"><tt>DEBUG_SYMBOLS</tt></a></dt>
|
||||||
<dd>If set to any value, causes the build to include debugging
|
<dd>If set to any value, causes the build to include debugging
|
||||||
symbols even in optimized objects, libraries and executables. This
|
symbols even in optimized objects, libraries and executables. This
|
||||||
alters the flags specified to the compilers and linkers. Debugging
|
alters the flags specified to the compilers and linkers. Debugging
|
||||||
|
|
Loading…
Reference in New Issue