build: Use -Bsymbolic-functions by default if available
authorColin Walters <walters@verbum.org>
Tue, 4 Dec 2012 17:46:04 +0000 (12:46 -0500)
committerColin Walters <walters@verbum.org>
Tue, 4 Dec 2012 17:46:52 +0000 (12:46 -0500)
commitd1a8997ac29764dd160a4cad7b291669ae6f5b36
treef499b6b58b62674f0c4ed4156eaf4b0b05599d98
parent076e8857cd60080e64dbc47f85c981b13281fa69
build: Use -Bsymbolic-functions by default if available

Using -Bsymbolic-functions to avoid internal PLT indirection is an
easy win.  This is the same code that both GLib and GTK+ have.

https://bugzilla.gnome.org/show_bug.cgi?id=689648
configure.ac