From: Gregory P. Smith Date: Mon, 21 Nov 2016 08:13:44 +0000 (-0800) Subject: replace --with-optimizations references with --enable-optimizations in docs. X-Git-Tag: v2.7.13rc1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8efc3c965970328c0f26cbba9e8f1fafa945cf6b;p=python replace --with-optimizations references with --enable-optimizations in docs. --- diff --git a/README b/README index 3ff044f048..39f845a04a 100644 --- a/README +++ b/README @@ -173,7 +173,7 @@ rebuilt. In this case, you may have to run make again to correctly build your desired target. The interpreter executable is built in the top level directory. -To get an optimized build of Python, "configure --with-optimizations" before +To get an optimized build of Python, "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 bellow.