From: Gregory P. Smith Date: Mon, 21 Nov 2016 08:11:47 +0000 (-0800) Subject: replace --with-optimizations references with --enable-optimizations in docs. X-Git-Tag: v3.6.0b4~30^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa5a13f5ad319c60c2c0bcb79428729d36f2c592;p=python replace --with-optimizations references with --enable-optimizations in docs. --- diff --git a/README b/README index 414b658482..49fbf3aa81 100644 --- a/README +++ b/README @@ -46,7 +46,7 @@ For example: (This will fail if you *also* built at the top-level directory. You should do a "make clean" at the toplevel first.) -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.