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

arigo at codespeak.net arigo at codespeak.net
Sun Aug 23 10:29:08 CEST 2009


Author: arigo
Date: Sun Aug 23 10:29:08 2009
New Revision: 67098

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
Oups, forgot to update this.


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Sun Aug 23 10:29:08 2009
@@ -200,7 +200,7 @@
 
         setup_steps(platform, self)
 
-        self.addStep(Translate(['--jit', '--gc=boehm'], 
+        self.addStep(Translate(['-Ojit', '--gc=boehm'], 
                                ['--withoutmod-thread']))
         
         self.addStep(ShellCmd(



More information about the Pypy-commit mailing list