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

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


https://hg.python.org/cpython/rev/6ae0e6d435de
changeset:   105262:6ae0e6d435de
branch:      3.5
parent:      105257:f17afa9327ad
user:        Gregory P. Smith <greg at krypto.org>
date:        Mon Nov 21 00:11:47 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
@@ -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.

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


More information about the Python-checkins mailing list