diff options
author | Dong-hee Na <donghee.na@python.org> | 2021-09-08 17:29:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 17:29:33 (GMT) |
commit | 84ca5fcd31541929f0031e974a434b95d8e78aab (patch) | |
tree | 35931e2811391c7419514a89163c25c46ec3bbb2 /Doc | |
parent | 59ea704df7a2fae4559e1e04f7a59d6c40f63657 (diff) | |
download | cpython-84ca5fcd31541929f0031e974a434b95d8e78aab.zip cpython-84ca5fcd31541929f0031e974a434b95d8e78aab.tar.gz cpython-84ca5fcd31541929f0031e974a434b95d8e78aab.tar.bz2 |
bpo-44340: Update whatsnews for ThinLTO (GH-28229)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 64bdc0f..c5073fc 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -299,6 +299,9 @@ CPython bytecode changes Build Changes ============= +* CPython can now be built with the ThinLTO option via ``--with-lto=thin``. + (Contributed by Dong-hee Na and Brett Holman in :issue:`44340`.) + Deprecated ========== |