[pypy-svn] r75530 - pypy/build/bot2/pypybuildbot

fijal at codespeak.net fijal at codespeak.net
Wed Jun 23 18:51:39 CEST 2010


Author: fijal
Date: Wed Jun 23 18:51:37 2010
New Revision: 75530

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
Remove --jit-debug=steps from buildbot, I don't think we need it


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Wed Jun 23 18:51:37 2010
@@ -73,8 +73,7 @@
     app_tests=True)
 
 jit_translation_args = ['-Ojit', '--gc=hybrid',
-                        '--gcrootfinder=asmgcc',
-                        '--jit-debug=steps']
+                        '--gcrootfinder=asmgcc']
 
 pypyJITTranslatedTestFactory = pypybuilds.Translated(
     translationArgs=jit_translation_args,



More information about the Pypy-commit mailing list