diff options
author | Gregory P. Smith <greg@krypto.org> | 2016-11-21 08:11:47 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2016-11-21 08:11:47 (GMT) |
commit | aa5a13f5ad319c60c2c0bcb79428729d36f2c592 (patch) | |
tree | adbbe8f58cf66fb76354be871fa5ddd72749ed24 /README | |
parent | 357ed2e57703a92faaae1236813a6d3e2b3d910f (diff) | |
download | cpython-aa5a13f5ad319c60c2c0bcb79428729d36f2c592.zip cpython-aa5a13f5ad319c60c2c0bcb79428729d36f2c592.tar.gz cpython-aa5a13f5ad319c60c2c0bcb79428729d36f2c592.tar.bz2 |
replace --with-optimizations references with --enable-optimizations in docs.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |