From 7a5bb95ea5c6a326cff8e9d6cad82f0d0b7b671d Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 7 Dec 2011 09:20:16 +0100 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3