[pypy-commit] buildbot default: merge

fijal noreply at buildbot.pypy.org
Wed Aug 3 15:52:10 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r552:d4b311b0e72d
Date: 2011-08-03 15:53 +0200
http://bitbucket.org/pypy/buildbot/changeset/d4b311b0e72d/

Log:	merge

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -169,7 +169,7 @@
 
 pypyJITTranslatedTestFactoryWin = pypybuilds.Translated(
     platform="win32",
-    translationArgs=['-Ojit', '--gcrootfinder=shadowstack'],
+    translationArgs=jit_translation_args,
     targetArgs=[],
     lib_python=True,
     pypyjit=True,


More information about the pypy-commit mailing list