]> granicus.if.org Git - python/commitdiff
replace --with-optimizations references with --enable-optimizations in docs.
authorGregory P. Smith <greg@krypto.org>
Mon, 21 Nov 2016 08:11:47 +0000 (00:11 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 21 Nov 2016 08:11:47 +0000 (00:11 -0800)
README

diff --git a/README b/README
index 414b658482323b2cb98eaf4875f2387bf96ef443..49fbf3aa81e64379d40b9f0be187f0cf6e6095c6 100644 (file)
--- 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.