Removed the --enable-profiling and --enable-verbose options.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 30 Jun 2003 22:17:28 +0000 (22:17 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 30 Jun 2003 22:17:28 +0000 (22:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7020 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index 70b56c94088b805759a6eb3680a5e7da9a9be07f..a6ea989e92ae3d36c32ec0fcebc24d17a0b44a27 100644 (file)
     <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.