diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-09-20 18:37:19 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-09-20 18:37:19 +0000 |
commit | f928fd96fb4a0032e496b5783f837cd24820c7ec (patch) | |
tree | 1caa2a5d8cd97e45ec39af0d9b304fd5ad9c797d | |
parent | 71f7f73dfa15e7f23630691778ee4d51686b552b (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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |