浏览代码

fix number of callers to work with newer versions of valgrind

Bill Hoffman 16 年之前
父节点
当前提交
1b48d361d8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/CTest/cmCTestMemCheckHandler.cxx

+ 1 - 1
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() )