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

pedronis at codespeak.net pedronis at codespeak.net
Tue Oct 7 15:50:20 CEST 2008


Author: pedronis
Date: Tue Oct  7 15:50:20 2008
New Revision: 58753

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
try with -O2



Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Tue Oct  7 15:50:20 2008
@@ -99,7 +99,7 @@
 
         setup_steps(platform, self)
 
-        self.addStep(Translate(["-O0"], []))
+        self.addStep(Translate(["-O2"], []))
 
         self.addStep(shell.ShellCommand(
             description="lib-python test",



More information about the Pypy-commit mailing list