From 9a2086a5514cdc37e7b04656ce93ca8dee679a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B8=B8=EC=9E=AC=EC=9D=80?= Date: Sun, 13 Aug 2023 21:14:13 +0900 Subject: [PATCH] Update getting-started/setup-building.rst Co-authored-by: Alex Waygood --- getting-started/setup-building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/setup-building.rst b/getting-started/setup-building.rst index e9c0f0f0fe..c9cf536779 100644 --- a/getting-started/setup-building.rst +++ b/getting-started/setup-building.rst @@ -248,7 +248,7 @@ optimization. For an optimized build of Python, use ``configure --enable-optimizations --with-lto``. -This sets the default make targets up to enable Profile Guided Optimization(PGO) +This sets the default make targets up to enable Profile Guided Optimization (PGO) and may be used to auto-enable Link Time Optimization (LTO) on some platforms. If you want to learn more about these options, please see :ref:`Configure options `.