Răsfoiți Sursa

fix number of callers to work with newer versions of valgrind

Bill Hoffman 16 ani în urmă
părinte
comite
1b48d361d8
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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() )