commit | e08059edef3be07ada3058d68ad2c9cc13b7418e | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Mon May 03 05:43:52 2021 +0200 |
committer | GitHub <noreply@github.com> | Sun May 02 23:43:52 2021 -0400 |
tree | fa3a6f9250e42fb495f46458ed5ba936ed2e5010 | |
parent | 8c598dbb9483bcfcb88fc579ebf27821d8861465 [diff] |
bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough compilers (GH-23079) With recent enough compilers we can build binaries with LTO/PGO on macOS. This patch enables this when building on macOS 10.15 or later (Xcode 11 or later).