Commit c5bde5f1 authored by Skip Montanaro's avatar Skip Montanaro

save the verbose argument as an instance attributes. Subclasses of

CCompiler may rely on the presence of self.verbose (SciPy's distutils
appears to).
parent 02a77587
...@@ -82,6 +82,7 @@ class CCompiler: ...@@ -82,6 +82,7 @@ class CCompiler:
self.dry_run = dry_run self.dry_run = dry_run
self.force = force self.force = force
self.verbose = verbose
# 'output_dir': a common output directory for object, library, # 'output_dir': a common output directory for object, library,
# shared object, and shared library files # shared object, and shared library files
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment