aboutsummaryrefslogtreecommitdiff
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
commitf928fd96fb4a0032e496b5783f837cd24820c7ec (patch)
tree1caa2a5d8cd97e45ec39af0d9b304fd5ad9c797d
parent71f7f73dfa15e7f23630691778ee4d51686b552b (diff)
Adjust comment to say that assertions are off by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_28@114337 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d2b98bfe66..4a9ef33519 100755
--- a/configure
+++ b/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)