File: verbose

package info (click to toggle)
mypy 0.812-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 18,596 kB
  • sloc: python: 74,869; cpp: 11,212; ansic: 3,935; makefile: 238; sh: 13
file content (13 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Michael R. Crusoe <crusoe@debian.org>
Description: make the build more verbose
Forwarded: not-needed
--- mypy.orig/setup.py
+++ mypy/setup.py
@@ -150,6 +150,7 @@
         # 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,
     )
 else:
     ext_modules = []