[Python-checkins] cpython (2.7): replace --with-optimizations references with --enable-optimizations in docs.

gregory.p.smith python-checkins at python.org
Mon Nov 21 03:14:10 EST 2016


https://hg.python.org/cpython/rev/a5e2add2c37b
changeset:   105261:a5e2add2c37b
branch:      2.7
parent:      105256:7da35bced88e
user:        Gregory P. Smith <greg at krypto.org>
date:        Mon Nov 21 00:13:44 2016 -0800
summary:
  replace --with-optimizations references with --enable-optimizations in docs.

files:
  README |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/README b/README
--- a/README
+++ b/README
@@ -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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list