diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2009-09-28 21:14:38 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2009-09-28 21:14:38 +0000 |
commit | da591e7fbee91f8750ff777c2d63ae3fdf328a88 (patch) | |
tree | 1e90c8c068185c938f78166435a7565dac926fab /docs | |
parent | 6b0901ecf155a9fc0fa968730f33f927bca31ab0 (diff) | |
download | external_llvm-da591e7fbee91f8750ff777c2d63ae3fdf328a88.zip external_llvm-da591e7fbee91f8750ff777c2d63ae3fdf328a88.tar.gz external_llvm-da591e7fbee91f8750ff777c2d63ae3fdf328a88.tar.bz2 |
Forgot to update the documentation in r82906. s/DEBUG_RUNTIME/DEBUG_SYMBOLS/.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83015 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/MakefileGuide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index 8e55248..ad44be8 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -626,7 +626,7 @@ <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> <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 symbols even in optimized objects, libraries and executables. This alters the flags specified to the compilers and linkers. Debugging |