Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 56cd62c commit 7dd06e1Copy full SHA for 7dd06e1
1 file changed
setup.py
@@ -1675,6 +1675,8 @@ def configure_ctypes(self, ext):
1675
from distutils.dir_util import mkpath
1676
mkpath(ffi_builddir)
1677
config_args = []
1678
+ if not self.verbose:
1679
+ config_args.append("-q")
1680
1681
# Pass empty CFLAGS because we'll just append the resulting
1682
# CFLAGS to Python's; -g or -O2 is to be avoided.
0 commit comments