X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2FMakefile.am;h=f8c79e8a9b0ad3d64d41927b9550fb308c98d430;hp=96c7a6c3249a0eab2ce2a1852cf8669641d4e05e;hb=655a4be1e2fd1de5d324a948010b43b844aefede;hpb=f15efca945b02f33f342f8437053bc7838bc6fc6 diff --git a/src/Makefile.am b/src/Makefile.am index 96c7a6c..f8c79e8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,14 +25,3 @@ gdb: all ddd: all LD_LIBRARY_PATH=gis/.libs ddd .libs/aweather - -memcheck: all - LD_LIBRARY_PATH=gis/.libs \ - G_SLICE=always-malloc \ - G_DEBUG=gc-friendly,resident-modules \ - valgrind --leak-check=full \ - --leak-resolution=high \ - --num-callers=100 \ - --suppressions=gtk.suppression \ - .libs/aweather \ - 2> valgrind.out