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 | 0be901556b25ccd4b4c23be5c63ee5a41a51dbe8 (patch) | |
tree | bccac91790060db8434bad5530adfe8ab0864f96 /llvm/docs/MakefileGuide.html | |
parent | b5b92fbaf602894ace0e4a67c798c46d68c2c305 (diff) | |
download | bcm5719-llvm-0be901556b25ccd4b4c23be5c63ee5a41a51dbe8.tar.gz bcm5719-llvm-0be901556b25ccd4b4c23be5c63ee5a41a51dbe8.zip |
Configuration -> BuildMode
llvm-svn: 17392
Diffstat (limited to 'llvm/docs/MakefileGuide.html')
-rw-r--r-- | llvm/docs/MakefileGuide.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html index c73059bc020..a82bfaf16b2 100644 --- a/llvm/docs/MakefileGuide.html +++ b/llvm/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> |