From 1fe00f0f8d083edb4126cf178c4972a49f288cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=84=9C=EC=9A=B8=EB=AF=BC=ED=8A=B8=EC=B4=88=EC=BD=94?= Date: Wed, 12 Aug 2026 19:23:54 +0900 Subject: [PATCH] Clarify configure command in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8505ec0a1e89dc..0cafee734e1073 100644 --- a/README.rst +++ b/README.rst @@ -91,7 +91,7 @@ For example:: (This will fail if you *also* built at the top-level directory. You should do a ``make clean`` at the top-level first.) -To get an optimized build of Python, ``configure --enable-optimizations`` +To get an optimized build of Python, run ``configure --enable-optimizations`` before you run ``make``. 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. For more details, see the sections