changeset: 105262:6ae0e6d435de branch: 3.5 parent: 105257:f17afa9327ad user: Gregory P. Smith date: Mon Nov 21 00:11:47 2016 -0800 files: README description: replace --with-optimizations references with --enable-optimizations in docs. diff -r f17afa9327ad -r 6ae0e6d435de README --- a/README Mon Nov 21 00:15:20 2016 +0000 +++ b/README Mon Nov 21 00:11:47 2016 -0800 @@ -46,7 +46,7 @@ (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.