From 68dd804544378e6b27630ea207801a0d569039a3 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 3 Oct 2014 22:22:10 +0200 Subject: configure: add debug flags by default. This makes development (in particular the test suite) easier. Those concerned about the extra diskspace can override the default or use strip. --- test/T000-basic.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/T000-basic.sh b/test/T000-basic.sh index bf08f3e6..ef642457 100755 --- a/test/T000-basic.sh +++ b/test/T000-basic.sh @@ -92,7 +92,6 @@ test_expect_equal \ "$(echo $PATH|cut -f1 -d: | sed -e 's,/test/valgrind/bin$,,')" test_begin_subtest 'notmuch is compiled with debugging symbols' -test_subtest_known_broken readelf --sections $(which notmuch) | grep \.debug test_expect_equal 0 $? -- cgit v1.2.3