Commit e08059e
authored
bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough compilers (pythonGH-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).1 parent 8c598db commit e08059e
File tree
2 files changed
+12
-0
lines changed- Mac/BuildScript
- Misc/NEWS.d/next/macOS
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
439 | 447 | | |
440 | 448 | | |
441 | 449 | | |
| |||
1176 | 1184 | | |
1177 | 1185 | | |
1178 | 1186 | | |
| 1187 | + | |
1179 | 1188 | | |
1180 | 1189 | | |
1181 | 1190 | | |
| |||
1188 | 1197 | | |
1189 | 1198 | | |
1190 | 1199 | | |
| 1200 | + | |
1191 | 1201 | | |
1192 | 1202 | | |
1193 | 1203 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments