[llvm-commits] CVS: llvm/www/docs/GettingStarted.html
John Criswell
criswell at cs.uiuc.edu
Mon Jun 30 17:18:01 PDT 2003
Changes in directory llvm/www/docs:
GettingStarted.html updated: 1.15 -> 1.16
---
Log message:
Removed the --enable-profiling and --enable-verbose options.
---
Diffs of the changes:
Index: llvm/www/docs/GettingStarted.html
diff -u llvm/www/docs/GettingStarted.html:1.15 llvm/www/docs/GettingStarted.html:1.16
--- llvm/www/docs/GettingStarted.html:1.15 Mon Jun 30 16:59:07 2003
+++ llvm/www/docs/GettingStarted.html Mon Jun 30 17:17:28 2003
@@ -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.
More information about the llvm-commits
mailing list