mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
Enable UNIV_DEBUG_VALGRIND when HAVE_purify is set.
This commit is contained in:
parent
6f58f36846
commit
ca85feba83
2 changed files with 6 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue