diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-11 13:43:15 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-11 13:43:15 (GMT) |
commit | 1b48d361d81d537c738f6271cd17194f8c803284 (patch) | |
tree | 641be9067833afcfda5379f24dc1807fa3a54016 /Source/CTest | |
parent | 218bd8553ac14c9e5ec863ab6de7cdfc3e85fbfc (diff) | |
download | CMake-1b48d361d81d537c738f6271cd17194f8c803284.zip CMake-1b48d361d81d537c738f6271cd17194f8c803284.tar.gz CMake-1b48d361d81d537c738f6271cd17194f8c803284.tar.bz2 |
fix number of callers to work with newer versions of valgrind
Diffstat (limited to 'Source/CTest')
-rw-r--r-- | Source/CTest/cmCTestMemCheckHandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestMemCheckHandler.cxx b/Source/CTest/cmCTestMemCheckHandler.cxx index 47bb56a..0d15ddc 100644 --- a/Source/CTest/cmCTestMemCheckHandler.cxx +++ b/Source/CTest/cmCTestMemCheckHandler.cxx @@ -462,7 +462,7 @@ bool cmCTestMemCheckHandler::InitializeMemoryChecking() if ( !this->MemoryTesterOptions.size() ) { this->MemoryTesterOptions = "-q --tool=memcheck --leak-check=yes " - "--show-reachable=yes --workaround-gcc296-bugs=yes --num-callers=100"; + "--show-reachable=yes --workaround-gcc296-bugs=yes --num-callers=50"; } if ( this->CTest->GetCTestConfiguration( "MemoryCheckSuppressionFile").size() ) |