Print detected compiler type in verbose mode
This commit is contained in:
parent
baa3ec0a62
commit
9667da307c
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -558,6 +558,7 @@ def add_lpath(which: str, name: str, val: Optional[str]) -> None:
|
|||
)
|
||||
if verbose:
|
||||
print(ans.cc_version_string)
|
||||
print('Detected:', ans.compiler_type)
|
||||
return ans
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue