[pypy-svn] r78891 - pypy/trunk/pypy/translator/c/gcc

arigo at codespeak.net arigo at codespeak.net
Mon Nov 8 19:14:28 CET 2010


Author: arigo
Date: Mon Nov  8 19:14:26 2010
New Revision: 78891

Modified:
   pypy/trunk/pypy/translator/c/gcc/trackgcroot.py
Log:
We can now default to verbose=0 and not print the dots of progress.


Modified: pypy/trunk/pypy/translator/c/gcc/trackgcroot.py
==============================================================================
--- pypy/trunk/pypy/translator/c/gcc/trackgcroot.py	(original)
+++ pypy/trunk/pypy/translator/c/gcc/trackgcroot.py	Mon Nov  8 19:14:26 2010
@@ -1904,7 +1904,7 @@
 
 
 if __name__ == '__main__':
-    verbose = 1
+    verbose = 0
     shuffle = False
     output_raw_table = False
     if sys.platform == 'darwin':



More information about the Pypy-commit mailing list