Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 742BD431FC3 for ; Sat, 4 Oct 2014 22:53:54 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vodxe-0dFazS for ; Sat, 4 Oct 2014 22:53:49 -0700 (PDT) Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id B3BFC431FB6 for ; Sat, 4 Oct 2014 22:53:49 -0700 (PDT) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1XaelP-00077V-Iq; Sun, 05 Oct 2014 02:53:47 -0300 Received: (nullmailer pid 25741 invoked by uid 1000); Sun, 05 Oct 2014 05:53:37 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: [PATCH] NEWS: mention the change in default build flags Date: Sun, 5 Oct 2014 07:53:28 +0200 Message-Id: <1412488408-25699-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 2.1.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 05:53:54 -0000 It blows things up by a factor of six or so, so it's worth giving people a heads up. It won't effect e.g. Debian, that already builds with -g and then strips. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index fa57e5d..eb769fd 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,13 @@ Python Bindings Add support for `notmuch_query_add_tag_exclude` +Build System +------------ + +The notmuch binaries and libraries are now build with debugging symbols +by default. Users concerned with disk space should change the +defaults when configuring or use the strip(1) command. + Notmuch 0.18.1 (2014-06-25) =========================== -- 2.1.0