Changeset 707

Show
Ignore:
Timestamp:
04/02/10 10:54:26 (2 years ago)
Author:
conrad
Message:

configure: set valgrind --num-callers to 50 (max)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libremix/trunk/configure.ac

    r706 r707  
    3333  AC_CHECK_PROG(HAVE_VALGRIND, valgrind, yes, no) 
    3434  if test "x$HAVE_VALGRIND" = xyes ; then 
    35     VALGRIND_ENVIRONMENT="$VALGRIND_ENVIRONMENT valgrind -q --leak-check=yes --show-reachable=yes --num-callers=100" 
     35    VALGRIND_ENVIRONMENT="$VALGRIND_ENVIRONMENT valgrind -q --leak-check=yes --show-reachable=yes --num-callers=50" 
    3636    AC_SUBST(VALGRIND_ENVIRONMENT) 
    3737    TESTS_INFO="'make check' test suite will be run under: