]> git.notmuchmail.org Git - notmuch/commit
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)
commit122539a57bbb921211c9d4c8a83c0ef34d9abcdd
tree8cd6a5ce171c85ea9524c5d96cd6b43c1547e02c
parentd064bd696ccc443a7ece9cfc8816999c69943223
Makefile: Move the -Wl,-as-needed option earlier in the command line.

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.
Makefile.local