diff options
author | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | 2016-11-20 21:13:16 (GMT) |
---|---|---|
committer | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | 2016-11-20 21:13:16 (GMT) |
commit | 164eea5443f56411d0e617389fa22b2025683f50 (patch) | |
tree | e2b99dbac67d49d47103a182854d528ed0e2d4de /Misc | |
parent | 9f64de8ba4973124764f8da56cad0fda8a4fac16 (diff) | |
parent | 1016b2ff00665203ae01d82520dac497ac89e5e7 (diff) | |
download | cpython-164eea5443f56411d0e617389fa22b2025683f50.zip cpython-164eea5443f56411d0e617389fa22b2025683f50.tar.gz cpython-164eea5443f56411d0e617389fa22b2025683f50.tar.bz2 |
Rename the new --with-optimiations flag to --enable-optimizations.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -931,6 +931,8 @@ Tests Build ----- +- Issue #26359: Rename --with-optimiations to --enable-optimizations. + - Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) - Issue #27705: Update message in validate_ucrtbase.py |