summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-06-30 22:17:28 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-06-30 22:17:28 +0000
commit0d0513b1261d1367da70dddfd7f24db5b868fd23 (patch)
treeb5530bef137993b71f4c2cb0a408675db6142223 /docs
parent90ee0adfd7da780464aa80c0da4e6390a0909387 (diff)
downloadllvm-0d0513b1261d1367da70dddfd7f24db5b868fd23.tar.gz
llvm-0d0513b1261d1367da70dddfd7f24db5b868fd23.tar.bz2
llvm-0d0513b1261d1367da70dddfd7f24db5b868fd23.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 70b56c9408..a6ea989e92 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -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.