From: Matthias Klose Date: Fri, 5 Feb 2021 13:46:56 +0000 (+0000) Subject: link-opt X-Git-Tag: archive/raspbian/3.9.1-4+rpi1^2~29 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c40656b367b35d03f1caba1b1a707ceb1e9e0c7f;p=python3.9.git link-opt # DP: Call the linker with -O1 -Bsymbolic-functions # DP: Call the linker with -O1 -Bsymbolic-functions Gbp-Pq: Name link-opt.diff --- diff --git a/configure.ac b/configure.ac index 972287a..9192385 100644 --- a/configure.ac +++ b/configure.ac @@ -2661,8 +2661,8 @@ then fi ;; Linux*|GNU*|QNX*|VxWorks*) - LDSHARED='$(CC) -shared' - LDCXXSHARED='$(CXX) -shared';; + LDSHARED='$(CC) -shared -Wl,-O1 -Wl,-Bsymbolic-functions' + LDCXXSHARED='$(CXX) -shared -Wl,-O1 -Wl,-Bsymbolic-functions';; FreeBSD*) if [[ "`$CC -dM -E -