]> git.notmuchmail.org Git - notmuch/commitdiff
Makefile: Move the -Wl,-as-needed option earlier in the command line.
authorCarl Worth <cworth@cworth.org>
Tue, 2 Nov 2010 06:17:48 +0000 (23:17 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 2 Nov 2010 06:24:44 +0000 (23:24 -0700)
This option wasn't having the desired effect, and sure enough, the
documentation states that it only affects the linking of libraries
that appear after this option on the command line. So put it early for
the desired effect.


No differences found