Print detected compiler type in verbose mode

This commit is contained in:
Kovid Goyal
2024-03-14 12:04:33 +05:30
parent baa3ec0a62
commit 9667da307c

View File

@@ -558,6 +558,7 @@ def init_env(
)
if verbose:
print(ans.cc_version_string)
print('Detected:', ans.compiler_type)
return ans