diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 1c56a55..b0fa633 100644 --- a/Makefile.am +++ b/Makefile.am @@ -184,16 +184,12 @@ TESTS = \ if USE_VALGRIND valgrind: all $(MAKE) check TESTS_ENVIRONMENT=" \ - G_SLICE=always-malloc \ - G_DEBUG=gc-friendly \ - $(LIBTOOL) \ - --mode=execute \ - $(VALGRIND) \ - --tool=memcheck \ - --leak-check=full \ - --leak-resolution=high \ - --num-callers=20 \ - --error-exitcode=1 \ - --show-possibly-lost=no" + $(VALGRIND) \ + --tool=memcheck \ + --leak-check=full \ + --leak-resolution=high \ + --num-callers=20 \ + --error-exitcode=1 \ + --show-possibly-lost=no" endif |