diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 07:53:17 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 07:53:17 +0000 |
commit | 632bd0661d0ba54066e573607554b5361cce58b1 (patch) | |
tree | 4781357aa5a88869f71a59ff13969bfbafec6ef4 /docs/MakefileGuide.html | |
parent | 9af3b2940520d6f13810de198775244668a89e71 (diff) | |
download | external_llvm-632bd0661d0ba54066e573607554b5361cce58b1.zip external_llvm-632bd0661d0ba54066e573607554b5361cce58b1.tar.gz external_llvm-632bd0661d0ba54066e573607554b5361cce58b1.tar.bz2 |
Configuration -> BuildMode
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17392 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/MakefileGuide.html')
-rw-r--r-- | docs/MakefileGuide.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index c73059b..a82bfaf 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -693,6 +693,9 @@ <dd>The directory into which executables will ultimately be installed. This value is derived from the <tt>--prefix</tt> option given to <tt>configure</tt>.</dd> + <dt><a name="BuildMode"><tt>BuildMode</tt></a></dt> + <dd>The name of the type of build being performed: Debug, Release, or + Profile</dd> <dt><a name="bytecode_libdir"><tt>bytecode_libdir</tt></a></dt> <dd>The directory into which bytecode libraries will ultimately be installed. This value is derived from the <tt>--prefix</tt> option given to @@ -768,7 +771,6 @@ <dt><a name="CompileCommonOpts"><tt>CompileCommonOpts</tt></a></dt><dd></dd> <dt><a name="Compile.CXX"><tt>Compile.CXX</tt></a></dt><dd></dd> <dt><a name="ConfigStatusScript"><tt>ConfigStatusScript</tt></a></dt><dd></dd> - <dt><a name="Configuration"><tt>Configuration</tt></a></dt><dd></dd> <dt><a name="ConfigureScript"><tt>ConfigureScript</tt></a></dt><dd></dd> <dt><a name="CPP.Flags"><tt>CPP.Flags</tt></a></dt><dd></dd> <dt><a name="CPP.Flags "><tt>CPP.Flags </tt></a></dt><dd></dd> |