summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-11-03 16:20:00 -0700
committerBrett Cannon <brett@python.org>2016-11-03 16:20:00 -0700
commitced9bb408868f1e2b4fbd8f9c472aae8fb6f8d6b (patch)
treee1ef3f40261276874911369c3920fbcebdfe00b5 /configure
parente9bb4f5884252f4aaced7b198f8286900e952201 (diff)
downloadcpython-ced9bb408868f1e2b4fbd8f9c472aae8fb6f8d6b.tar.gz
Issue #28605: Fix the help and What's New entry for --with-optimizations.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 000986fe49..64b75c9cd2 100755
--- a/configure
+++ b/configure
@@ -1499,8 +1499,8 @@ Optional Packages:
compiler
--with-suffix=.exe set executable suffix
--with-pydebug build with Py_DEBUG defined
- --with-optimizations Enable expensive optimizations (PGO, maybe LTO,
- etc). Disabled by default.
+ --with-optimizations Enable expensive optimizations (PGO, etc). Disabled
+ by default.
--with-lto Enable Link Time Optimization in PGO builds.
Disabled by default.
--with-hash-algorithm=[fnv|siphash24]
@@ -6548,7 +6548,7 @@ fi
if test "$Py_OPT" = 'true' ; then
# Intentionally not forcing Py_LTO='true' here. Too many toolchains do not
# compile working code using it and both test_distutils and test_gdb are
- # broken when you do managed to get a toolchain that works with it. People
+ # broken when you do manage to get a toolchain that works with it. People
# who want LTO need to use --with-lto themselves.
DEF_MAKE_ALL_RULE="profile-opt"
REQUIRE_PGO="yes"