summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-12-07 09:20:16 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-07 23:11:16 +0100
commit7a5bb95ea5c6a326cff8e9d6cad82f0d0b7b671d (patch)
treecdb39e4891598861e8914a153ba15d58ad61c4ef /configure
parent2aea66519496cbeb4a7ed3a1755b23d7943e3c64 (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d62d3bd9d0..f2af53b2c2 100755
--- 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