mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
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 init_env(
|
|||
)
|
||||
if verbose:
|
||||
print(ans.cc_version_string)
|
||||
print('Detected:', ans.compiler_type)
|
||||
return ans
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue