summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-09-20 18:37:19 +0000
committerBill Wendling <isanbard@gmail.com>2010-09-20 18:37:19 +0000
commit51b0b9d306b8c9730984fea3d76660538adc9888 (patch)
treea435bdb44b68dd6031402e64d4c0c3152a7c8736
parent9a87b4df8ce625f302c4ca251718fd07b93286cc (diff)
downloadllvm-51b0b9d306b8c9730984fea3d76660538adc9888.tar.gz
Adjust comment to say that assertions are off by default.llvmorg-2.8.0-rc2
llvm-svn: 114337
-rwxr-xr-xllvm/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure
index d2b98bfe661f..4a9ef33519f2 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -1394,7 +1394,7 @@ Optional Features:
--enable-optimized Compile with optimizations enabled (default is NO)
--enable-profiling Compile with profiling enabled (default is NO)
--enable-assertions Compile with assertion checks enabled (default is
- YES)
+ NO)
--enable-expensive-checks
Compile with expensive debug checks enabled (default
is NO)