aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-10-05 07:53:28 +0200
committerGravatar David Bremner <david@tethera.net>2014-10-08 21:18:02 +0200
commit1c3b8fba226b4626212a37b503d9ebae3314edf4 (patch)
tree7794673fb6c77e523e56af92d1d01f25153322e6
parent369e2f8a9a325f1a43e4856ef8e62bba280037bf (diff)
NEWS: mention the change in default build flags
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.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2efb49dc..63fdaa71 100644
--- a/NEWS
+++ b/NEWS
@@ -52,6 +52,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)
===========================