From 9667da307caadd65b857aaa8f50bb8dc21bd5953 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 14 Mar 2024 12:04:33 +0530 Subject: [PATCH] Print detected compiler type in verbose mode --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 84b5111d5..807b9e283 100755 --- a/setup.py +++ b/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