summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2016-11-21 08:13:44 (GMT)
committerGregory P. Smith <greg@krypto.org>2016-11-21 08:13:44 (GMT)
commit8efc3c965970328c0f26cbba9e8f1fafa945cf6b (patch)
tree2f53c090c513bc688119abc9a1c1e44846f99229
parent3738ef429452f527d50e157802bc7e5d44712900 (diff)
downloadcpython-8efc3c965970328c0f26cbba9e8f1fafa945cf6b.zip
cpython-8efc3c965970328c0f26cbba9e8f1fafa945cf6b.tar.gz
cpython-8efc3c965970328c0f26cbba9e8f1fafa945cf6b.tar.bz2
replace --with-optimizations references with --enable-optimizations in docs.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 3ff044f..39f845a 100644
--- a/README
+++ b/README
@@ -173,7 +173,7 @@ rebuilt. In this case, you may have to run make again to correctly
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.