]> git.notmuchmail.org Git - notmuch/commitdiff
Makefile: Build library with -Wl,--as-needed
authorCarl Worth <cworth@cworth.org>
Mon, 1 Nov 2010 23:52:22 +0000 (16:52 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 1 Nov 2010 23:52:22 +0000 (16:52 -0700)
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).


No differences found