pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/python/cpython/commit/90d523910a61290597b4599f17363b532f0a4411

stylesheet" href="https://github.githubassets.com/assets/global-d18f184ea1a06a2c.css" /> bpo-42362: Switch to clang/clang++ as the default compiler in build-i… · python/cpython@90d5239 · GitHub
Skip to content

Commit 90d5239

Browse files
bpo-42362: Switch to clang/clang++ as the default compiler in build-installer.py (GH-23298)
This change is cosmetic only, the "gcc" command in Apple's compiler tools is an alias for "clang" (and using non-system tooling for building the installer is not supported by this script). Automerge-Triggered-By: GH:ned-deily
1 parent 821f0c8 commit 90d5239

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Mac/BuildScript/build-installer.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,11 @@ def getTargetCompilers():
161161
'10.4': ('gcc-4.0', 'g++-4.0'),
162162
'10.5': ('gcc', 'g++'),
163163
'10.6': ('gcc', 'g++'),
164+
'10.7': ('gcc', 'g++'),
165+
'10.8': ('gcc', 'g++'),
166+
'10.9': ('gcc', 'g++'),
164167
}
165-
return target_cc_map.get(DEPTARGET, ('gcc', 'g++') )
168+
return target_cc_map.get(DEPTARGET, ('clang', 'clang++') )
166169

167170
CC, CXX = getTargetCompilers()
168171

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy