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)
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

index d62d3bd..f2af53b 100755 (executable)
--- a/configure
+++ b/configure
@@ -777,7 +777,7 @@ CFG_SSSE3=auto
 CFG_SSE4_1=auto
 CFG_SSE4_2=auto
 CFG_AVX=auto
-CFG_REDUCE_RELOCATIONS=no
+CFG_REDUCE_RELOCATIONS=auto
 CFG_NAS=no
 CFG_QWS_DEPTHS=all
 CFG_ACCESSIBILITY=auto