From: Carl Worth Date: Mon, 1 Nov 2010 23:52:22 +0000 (-0700) Subject: Makefile: Build library with -Wl,--as-needed X-Git-Tag: 0.4~7 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=ffae2dc9da12d9492be143ca9c7e9e609a2de2be;hp=ffae2dc9da12d9492be143ca9c7e9e609a2de2be Makefile: Build library with -Wl,--as-needed Previously, we were building the final binary with this option, but not the library. The library can benefit from it as well, (as pointed out by Debian's lintian). ---