summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2016-11-21 08:12:40 (GMT)
committerGregory P. Smith <greg@krypto.org>2016-11-21 08:12:40 (GMT)
commit2863c387b07fdd03b8068c9209691915f039d2c8 (patch)
tree81d570802c962fe3d1e4a0b131cbf755852aa174 /README
parent28540183c95c14e13d36e016c5fe92925ab3fccf (diff)
parentaa5a13f5ad319c60c2c0bcb79428729d36f2c592 (diff)
downloadcpython-2863c387b07fdd03b8068c9209691915f039d2c8.zip
cpython-2863c387b07fdd03b8068c9209691915f039d2c8.tar.gz
cpython-2863c387b07fdd03b8068c9209691915f039d2c8.tar.bz2
replace --with-optimizations references with --enable-optimizations in docs.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e19a8ae..06f4acf 100644
--- 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.