summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na@python.org>2022-09-16 10:40:05 (GMT)
committerGitHub <noreply@github.com>2022-09-16 10:40:05 (GMT)
commite47b96c44f7b48a1e95de24f38f6e3de879b4d61 (patch)
tree56cd8f495c33eccdf04681132d1d84009dd5434c /Misc
parent16c33a9676e2f3ef330d09f2ab515c56636fa09f (diff)
downloadcpython-e47b96c44f7b48a1e95de24f38f6e3de879b4d61.zip
cpython-e47b96c44f7b48a1e95de24f38f6e3de879b4d61.tar.gz
cpython-e47b96c44f7b48a1e95de24f38f6e3de879b4d61.tar.bz2
gh-89536: Use ThinLTO policy if possible (gh-96766)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2022-09-12-18-34-51.gh-issue-85936.tX4VCU.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-09-12-18-34-51.gh-issue-85936.tX4VCU.rst b/Misc/NEWS.d/next/Build/2022-09-12-18-34-51.gh-issue-85936.tX4VCU.rst
new file mode 100644
index 0000000..302b863
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2022-09-12-18-34-51.gh-issue-85936.tX4VCU.rst
@@ -0,0 +1,2 @@
+CPython now uses the ThinLTO option as the default policy if the Clang
+compiler accepts the flag. Patch by Dong-hee Na.