From: Lars Knoll Date: Wed, 7 Dec 2011 08:20:16 +0000 (+0100) Subject: Make reduce-relocations the default if supported X-Git-Tag: qt-v5.0.0-alpha1~2367 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a5bb95ea5c6a326cff8e9d6cad82f0d0b7b671d;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/configure b/configure index d62d3bd..f2af53b 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