Skip to content
Permalink
Browse files
Actually enable UNIV_DEBUG_VALGRIND
  • Loading branch information
dr-m committed May 26, 2017
1 parent e32dc40 commit 3b68515
Showing 1 changed file with 2 additions and 2 deletions.
@@ -184,9 +184,9 @@ command. */
#define UNIV_ENABLE_UNIT_TEST_ROW_RAW_FORMAT_INT
*/

#if defined HAVE_valgrind && defined HAVE_VALGRIND
#if defined HAVE_valgrind && defined HAVE_VALGRIND_MEMCHECK_H
# define UNIV_DEBUG_VALGRIND
#endif /* HAVE_VALGRIND */
#endif

#ifdef DBUG_OFF
# undef UNIV_DEBUG

0 comments on commit 3b68515

Please sign in to comment.