From 0d0513b1261d1367da70dddfd7f24db5b868fd23 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 30 Jun 2003 22:17:28 +0000 Subject: [PATCH] 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 --- docs/GettingStarted.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 70b56c94088..a6ea989e92a 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -247,11 +247,6 @@

  • --enable-optimized = Enables optimized compilation (debugging symbols are removed and GCC optimization flags are enabled). -

  • --enable-profiling = - Enables profiling compilation (compiler flags needed to add profiling - data are enabled). -

  • --enable-verbose = - Enables verbose messages during the compile.

  • --enable-jit = Compile the Just In Time (JIT) functionality. This is not available on all platforms.