summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-10-21 21:46:52 (GMT)
committerGitHub <noreply@github.com>2020-10-21 21:46:52 (GMT)
commitb451b0e9a772f009f4161f7a46476190d0d17ac1 (patch)
treef25e00d32d535a732f4bf189a892a04d7479c6cf /Misc/NEWS.d/next
parent27f1bd8787d24ac53cc3dc6ea5eb00b8a3499839 (diff)
downloadcpython-b451b0e9a772f009f4161f7a46476190d0d17ac1.zip
cpython-b451b0e9a772f009f4161f7a46476190d0d17ac1.tar.gz
cpython-b451b0e9a772f009f4161f7a46476190d0d17ac1.tar.bz2
bpo-38980: Add -fno-semantic-interposition when building with optimizations (GH-22862)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Build/2020-10-21-18-31-54.bpo-38980.xz7BNd.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2020-10-21-18-31-54.bpo-38980.xz7BNd.rst b/Misc/NEWS.d/next/Build/2020-10-21-18-31-54.bpo-38980.xz7BNd.rst
new file mode 100644
index 0000000..c9d34cf
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2020-10-21-18-31-54.bpo-38980.xz7BNd.rst
@@ -0,0 +1,3 @@
+Add ``-fno-semantic-interposition`` to both the compile and link line when
+building with ``--enable-optimizations``. Patch by Victor Stinner and Pablo
+Galindo.