From: Dong-hee Na Date: Wed, 8 Sep 2021 17:29:33 +0000 (+0000) Subject: bpo-44340: Update whatsnews for ThinLTO (GH-28229) X-Git-Tag: v3.11.0a1~222 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84ca5fcd31541929f0031e974a434b95d8e78aab;p=thirdparty%2FPython%2Fcpython.git bpo-44340: Update whatsnews for ThinLTO (GH-28229) Co-authored-by: Ɓukasz Langa --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 64bdc0f42f9e..c5073fcf8714 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 ==========