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

fijal at codespeak.net fijal at codespeak.net
Wed Sep 30 19:17:36 CEST 2009


Author: fijal
Date: Wed Sep 30 19:17:35 2009
New Revision: 68046

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
Make jit lib-python run with steps as jit-debug


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Wed Sep 30 19:17:35 2009
@@ -202,7 +202,9 @@
 
         setup_steps(platform, self)
 
-        self.addStep(Translate(['-Ojit', '--gc=hybrid','--gcrootfinder=asmgcc'],
+        self.addStep(Translate(['-Ojit', '--gc=hybrid',
+                                '--gcrootfinder=asmgcc',
+                                '--jit-debug=steps'],
                                ['--withoutmod-thread']))
         
         self.addStep(ShellCmd(



More information about the Pypy-commit mailing list