This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Build macOS version with thin lto option
Type: enhancement Stage: patch review
Components: Build, macOS Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: ned.deily Nosy List: corona10, ned.deily, ronaldoussoren
Priority: normal Keywords: patch

Created on 2021-07-23 14:39 by corona10, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 27307 closed corona10, 2021-07-23 14:41
Messages (5)
msg398058 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2021-07-23 14:39
Since the thin-lto option is available for macOS distribution.
We can consider using the thin-lto option for the next macOS Python distribution?
msg398060 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2021-07-23 14:45
see bpo-44340
msg398062 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2021-07-23 14:59
However, to use thin-lto, build-installer.py should use clang compiler.
We need to check this issue.
msg398064 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2021-07-23 15:13
Thanks for the suggestion. I will do some testing and, if warranted, make the necessary changes.
msg398066 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2021-07-23 15:23
> Thanks for the suggestion. I will do some testing and, if warranted, make the necessary changes.

Thanks Ned!
History
Date User Action Args
2022-04-11 14:59:47adminsetgithub: 88889
2021-07-23 15:23:29corona10setmessages: + msg398066
2021-07-23 15:13:34ned.deilysetassignee: ned.deily
messages: + msg398064
2021-07-23 14:59:44corona10setmessages: + msg398062
2021-07-23 14:45:25corona10setmessages: + msg398060
2021-07-23 14:41:32corona10setkeywords: + patch
stage: patch review
pull_requests: + pull_request25852
2021-07-23 14:39:15corona10create