diff options
author | David Bremner <david@tethera.net> | 2014-10-05 07:53:28 +0200 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-10-08 21:18:02 +0200 |
commit | 1c3b8fba226b4626212a37b503d9ebae3314edf4 (patch) | |
tree | 7794673fb6c77e523e56af92d1d01f25153322e6 | |
parent | 369e2f8a9a325f1a43e4856ef8e62bba280037bf (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-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) =========================== |