[issue44726] Build macOS version with thin lto option

2021-07-23 Thread Dong-hee Na
Dong-hee Na added the comment: > Thanks for the suggestion. I will do some testing and, if warranted, make the > necessary changes. Thanks Ned! -- ___ Python tracker ___ ___

[issue44726] Build macOS version with thin lto option

2021-07-23 Thread Ned Deily
Ned Deily added the comment: Thanks for the suggestion. I will do some testing and, if warranted, make the necessary changes. -- assignee: -> ned.deily ___ Python tracker __

[issue44726] Build macOS version with thin lto option

2021-07-23 Thread Dong-hee Na
Dong-hee Na added the comment: However, to use thin-lto, build-installer.py should use clang compiler. We need to check this issue. -- ___ Python tracker ___ _

[issue44726] Build macOS version with thin lto option

2021-07-23 Thread Dong-hee Na
Dong-hee Na added the comment: see bpo-44340 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue44726] Build macOS version with thin lto option

2021-07-23 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +25852 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27307 ___ Python tracker ___

[issue44726] Build macOS version with thin lto option

2021-07-23 Thread Dong-hee Na
New submission from Dong-hee Na : Since the thin-lto option is available for macOS distribution. We can consider using the thin-lto option for the next macOS Python distribution? -- components: Build, macOS messages: 398058 nosy: corona10, ned.deily, ronaldoussoren priority: normal sev