Make reduce-relocations the default if supported
authorLars Knoll <lars.knoll@nokia.com>
Wed, 7 Dec 2011 08:20:16 +0000 (09:20 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 7 Dec 2011 22:11:16 +0000 (23:11 +0100)
commit7a5bb95ea5c6a326cff8e9d6cad82f0d0b7b671d
treecdb39e4891598861e8914a153ba15d58ad61c4ef
parent2aea66519496cbeb4a7ed3a1755b23d7943e3c64
Make reduce-relocations the default if supported

reduce-relocations will enable the -bsymbolic-functions
linker option when supported by the linker. This
reduces the amount of relocations required within
a shared library, by binding symbols locally where
possible.

Change-Id: I00ddc408df79097857d6b36f7fc1b0f510362fcc
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
configure