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.
2 parents d9c1bf7 + 7dd06e1 commit 6d1fb5aCopy full SHA for 6d1fb5a
1 file changed
setup.py
@@ -1788,6 +1788,8 @@ def configure_ctypes(self, ext):
1788
mkpath(ffi_builddir)
1789
config_args = [arg for arg in sysconfig.get_config_var("CONFIG_ARGS").split()
1790
if (('--host=' in arg) or ('--build=' in arg))]
1791
+ if not self.verbose:
1792
+ config_args.append("-q")
1793
1794
# Pass empty CFLAGS because we'll just append the resulting
1795
# CFLAGS to Python's; -g or -O2 is to be avoided.
0 commit comments