Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 6b / e1ce29b10562df69ad1e887e57e70fc3625a3a
1 Return-Path: <bremner@tesseract.cs.unb.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 140F3431FC3\r
6         for <notmuch@notmuchmail.org>; Fri,  3 Oct 2014 13:22:39 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id pxr126+eyEXB for <notmuch@notmuchmail.org>;\r
16         Fri,  3 Oct 2014 13:22:35 -0700 (PDT)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 1F572431FB6\r
21         for <notmuch@notmuchmail.org>; Fri,  3 Oct 2014 13:22:35 -0700 (PDT)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tesseract.cs.unb.ca>)\r
24         id 1Xa9N4-000091-PS; Fri, 03 Oct 2014 17:22:34 -0300\r
25 Received: (nullmailer pid 25940 invoked by uid 1000); Fri, 03 Oct 2014\r
26         20:22:18 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH 2/2] configure: add debug flags by default.\r
30 Date: Fri,  3 Oct 2014 22:22:10 +0200\r
31 Message-Id: <1412367730-25890-2-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.1.0\r
33 In-Reply-To: <1412367730-25890-1-git-send-email-david@tethera.net>\r
34 References: <1412367730-25890-1-git-send-email-david@tethera.net>\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Fri, 03 Oct 2014 20:22:39 -0000\r
48 \r
49 This makes development (in particular the test suite) easier. Those\r
50 concerned about the extra diskspace can override the default or use\r
51 strip.\r
52 ---\r
53  configure          | 2 +-\r
54  test/T000-basic.sh | 1 -\r
55  2 files changed, 1 insertion(+), 2 deletions(-)\r
56 \r
57 diff --git a/configure b/configure\r
58 index 86ba2f7..331f29b 100755\r
59 --- a/configure\r
60 +++ b/configure\r
61 @@ -45,7 +45,7 @@ fi\r
62  # environment variables)\r
63  CC=${CC:-cc}\r
64  CXX=${CXX:-c++}\r
65 -CFLAGS=${CFLAGS:--O2}\r
66 +CFLAGS=${CFLAGS:--g -O2}\r
67  CPPFLAGS=${CPPFLAGS:-}\r
68  CXXFLAGS=${CXXFLAGS:-\$(CFLAGS)}\r
69  LDFLAGS=${LDFLAGS:-}\r
70 diff --git a/test/T000-basic.sh b/test/T000-basic.sh\r
71 index bf08f3e..ef64245 100755\r
72 --- a/test/T000-basic.sh\r
73 +++ b/test/T000-basic.sh\r
74 @@ -92,7 +92,6 @@ test_expect_equal \\r
75      "$(echo $PATH|cut -f1 -d: | sed -e 's,/test/valgrind/bin$,,')"\r
76  \r
77  test_begin_subtest 'notmuch is compiled with debugging symbols'\r
78 -test_subtest_known_broken\r
79  readelf --sections $(which notmuch) | grep \.debug\r
80  test_expect_equal 0 $?\r
81  \r
82 -- \r
83 2.1.0\r
84 \r