Author: Amaury Forgeot d'Arc <[email protected]>
Branch:
Changeset: r516:c399e0f64b57
Date: 2011-06-14 08:03 +0200
http://bitbucket.org/pypy/buildbot/changeset/c399e0f64b57/
Log: Try to make the win32 buildbot compile, even if trackgcroot is
broken at the moment
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -165,7 +165,7 @@
pypyJITTranslatedTestFactoryWin = pypybuilds.Translated(
platform="win32",
- translationArgs=jit_translation_args,
+ translationArgs=['-Ojit', '--gcrootfinder=shadowstack'],
targetArgs=[],
lib_python=True,
pypyjit=True,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit