diff options
author | Ned Deily <nad@python.org> | 2016-09-06 22:09:20 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-09-06 22:09:20 (GMT) |
commit | 8482ce4868afe9d77cf312a29b6ccf0ab76dd1b8 (patch) | |
tree | 22173a9674e5c653afd979386ddb9b1ff337dd25 /Misc | |
parent | b84fd04f3954ce90001cfde3847e3bb4863f0220 (diff) | |
download | cpython-8482ce4868afe9d77cf312a29b6ccf0ab76dd1b8.zip cpython-8482ce4868afe9d77cf312a29b6ccf0ab76dd1b8.tar.gz cpython-8482ce4868afe9d77cf312a29b6ccf0ab76dd1b8.tar.bz2 |
Issue #21122: Fix LTO builds on OS X.
Patch by Brett Cannon.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -212,6 +212,8 @@ Build - Update OS X installer to use SQLite 3.14.1 and XZ 5.2.2. +- Issue #21122: Fix LTO builds on OS X. + Windows ------- |