diff options
author | Gregory P. Smith <greg@krypto.org> | 2016-11-21 08:13:44 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2016-11-21 08:13:44 (GMT) |
commit | 8efc3c965970328c0f26cbba9e8f1fafa945cf6b (patch) | |
tree | 2f53c090c513bc688119abc9a1c1e44846f99229 | |
parent | 3738ef429452f527d50e157802bc7e5d44712900 (diff) | |
download | cpython-8efc3c965970328c0f26cbba9e8f1fafa945cf6b.zip cpython-8efc3c965970328c0f26cbba9e8f1fafa945cf6b.tar.gz cpython-8efc3c965970328c0f26cbba9e8f1fafa945cf6b.tar.bz2 |
replace --with-optimizations references with --enable-optimizations in docs.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |