changeset: 105261:a5e2add2c37b branch: 2.7 parent: 105256:7da35bced88e user: Gregory P. Smith date: Mon Nov 21 00:13:44 2016 -0800 files: README description: replace --with-optimizations references with --enable-optimizations in docs. diff -r 7da35bced88e -r a5e2add2c37b README --- a/README Mon Nov 21 00:21:39 2016 +0000 +++ b/README Mon Nov 21 00:13:44 2016 -0800 @@ -173,7 +173,7 @@ 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.