Enable UNIV_DEBUG_VALGRIND when HAVE_purify is set.

This commit is contained in:
Marko =?ISO-8859-1?Q?M=E4kel=E4?= 2010-04-19 13:36:03 +03:00
commit ca85feba83
2 changed files with 6 additions and 0 deletions

View file

@ -82,6 +82,9 @@ memory is read outside the allocated blocks. */
/* Make a non-inline debug version */
#ifdef HAVE_purify
# define UNIV_DEBUG_VALGRIND
#endif /* HAVE_purify */
#if 0
#define UNIV_DEBUG_VALGRIND /* Enable extra
Valgrind instrumentation */

View file

@ -165,6 +165,9 @@ command. Not tested on Windows. */
#define UNIV_COMPILE_TEST_FUNCS
*/
#ifdef HAVE_purify
# define UNIV_DEBUG_VALGRIND
#endif /* HAVE_purify */
#if 0
#define UNIV_DEBUG_VALGRIND /* Enable extra
Valgrind instrumentation */