From 1f577a777ad8412b5d8655a2f418688b469cbeae Mon Sep 17 00:00:00 2001 From: Dong-hee Na Date: Wed, 8 Sep 2021 14:13:09 +0900 Subject: [PATCH 1/2] bpo-44340: Update whatsnews for ThinLTO --- 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 60ef953d2ec165..444835859f4644 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -287,6 +287,9 @@ CPython bytecode changes Build Changes ============= +* CPython is now able to build with the ThinLTO option via `--with-lto=thin`. + (Contributed by Dong-hee Na and Brett Holman in :issue:`44340`.) + Deprecated ========== From b4759a6f1888683096b78253ac4d6efad6a936c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Wed, 8 Sep 2021 19:06:57 +0200 Subject: [PATCH 2/2] Fix wording and ReST syntax --- Doc/whatsnew/3.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 444835859f4644..a693430bf85fc7 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -287,7 +287,7 @@ CPython bytecode changes Build Changes ============= -* CPython is now able to build with the ThinLTO option via `--with-lto=thin`. +* CPython can now be built with the ThinLTO option via ``--with-lto=thin``. (Contributed by Dong-hee Na and Brett Holman in :issue:`44340`.)