bpo-30104: configure now detects when cc is clang by vstinner · Pull Request #1233 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
bpo-30104: configure now detects when cc is clang#1233
vstinner merged 1 commit intopython:masterfrom
vstinner:cc_is_clang
bpo-30104: configure now detects when cc is clang#1233
vstinner merged 1 commit intopython:masterfrom
vstinner:cc_is_clang
Conversation
Copy link Copy Markdown
Member
vstinner
commented
Apr 21, 2017
vstinner
commented
Detect when the "cc" compiler (and the $CC variable) is the Clang
compiler. The test is needed to add the -fno-strict-aliasing option
on FreeBSD where cc is clang.
Detect when the "cc" compiler (and the $CC variable) is the Clang compiler. The test is needed to add the -fno-strict-aliasing option on FreeBSD where cc is clang.
the-knights-who-say-ni
added
the
CLA signed
label
Copy link Copy Markdown
mention-bot
commented
Apr 21, 2017
mention-bot commented
Apr 21, 2017
vstinner
merged commit
35f3d24
into
python:master
vstinner
deleted the
cc_is_clang
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment