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 | 51b0b9d306b8c9730984fea3d76660538adc9888 (patch) | |
tree | a435bdb44b68dd6031402e64d4c0c3152a7c8736 | |
parent | Approved by Evan (diff) | |
download | llvm-project-51b0b9d306b8c9730984fea3d76660538adc9888.tar.gz llvm-project-51b0b9d306b8c9730984fea3d76660538adc9888.tar.bz2 llvm-project-51b0b9d306b8c9730984fea3d76660538adc9888.zip |
Adjust comment to say that assertions are off by default.llvmorg-2.8.0-rc2
llvm-svn: 114337
-rwxr-xr-x | llvm/configure | 2 |
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) |