From 84ca5fcd31541929f0031e974a434b95d8e78aab Mon Sep 17 00:00:00 2001 From: Dong-hee Na Date: Wed, 8 Sep 2021 17:29:33 +0000 Subject: [PATCH] bpo-44340: Update whatsnews for ThinLTO (GH-28229) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: Łukasz Langa --- Doc/whatsnew/3.11.rst | 3 +++ 1 file changed, 3 insertions(+) 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 ========== -- 2.47.3