Removed the --enable-profiling and --enable-verbose options.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7020 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell 2003-06-30 22:17:28 +00:00
parent 90ee0adfd7
commit 0d0513b126

View File

@ -247,11 +247,6 @@
<p><li><i>--enable-optimized</i> =
Enables optimized compilation (debugging symbols are removed and GCC
optimization flags are enabled).
<p><li><i>--enable-profiling</i> =
Enables profiling compilation (compiler flags needed to add profiling
data are enabled).
<p><li><i>--enable-verbose</i> =
Enables verbose messages during the compile.
<p><li><i>--enable-jit</i> =
Compile the Just In Time (JIT) functionality. This is not available
on all platforms.