8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 991f996 + 08b95d7 commit e9feb7cCopy full SHA for e9feb7c
setup.py
@@ -231,11 +231,6 @@ def run(self):
231
fd.write(
232
template.safe_substitute(TEMPLATE_BACKEND=default_backend))
233
234
- # Build in verbose mode if requested
235
- if setupext.options['verbose']:
236
- for mod in ext_modules:
237
- mod.extra_compile_args.append('-DVERBOSE')
238
-
239
# Finalize the extension modules so they can get the Numpy include
240
# dirs
241
for mod in ext_modules:
setupext.py
@@ -60,7 +60,6 @@ def _get_xdg_cache_dir():
60
# matplotlib build options, which can be altered using setup.cfg
61
options = {
62
'display_status': True,
63
- 'verbose': False,
64
'backend': None,
65
'basedirlist': None
66
}
0 commit comments