]> git.cworth.org Git - obsolete/notmuch-old/commit
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)
commitffae2dc9da12d9492be143ca9c7e9e609a2de2be
tree5fc1eced659f0f1d354ab0775da651000c31ddf7
parent1cb28764d86e5e0c98bdd49140568e523571a5a2
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).
Makefile.local