From: "Michael R. Crusoe" <crusoe@debian.org>
Date: Sat, 2 Apr 2022 17:49:43 -0400
Subject: make the build more verbose

Forwarded: not-needed
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index bbb655e..eb6d57b 100644
--- a/setup.py
+++ b/setup.py
@@ -173,6 +173,7 @@ if USE_MYPYC:
         # Use multi-file compilation mode on windows because without it
         # our Appveyor builds run out of memory sometimes.
         multi_file=sys.platform == "win32" or force_multifile,
+        verbose=True,
     )
     assert is_list_of_setuptools_extension(ext_modules), "Expected mypycify to use setuptools"
 
