[pypy-svn] r79362 - pypy/release/1.4.x/pypy/config

fijal at codespeak.net fijal at codespeak.net
Mon Nov 22 21:32:19 CET 2010


Author: fijal
Date: Mon Nov 22 21:32:14 2010
New Revision: 79362

Modified:
   pypy/release/1.4.x/pypy/config/translationoption.py
Log:
As we're going to rebuild those anyway, let's turn off jit debug


Modified: pypy/release/1.4.x/pypy/config/translationoption.py
==============================================================================
--- pypy/release/1.4.x/pypy/config/translationoption.py	(original)
+++ pypy/release/1.4.x/pypy/config/translationoption.py	Mon Nov 22 21:32:14 2010
@@ -115,7 +115,7 @@
                  default="auto", cmdline="--jit-backend"),
     ChoiceOption("jit_debug", "the amount of debugging dumps made by the JIT",
                  ["off", "profile", "steps", "detailed"],
-                 default="profile",      # XXX for now
+                 default="off",      # XXX for now
                  cmdline="--jit-debug"),
     ChoiceOption("jit_profiler", "integrate profiler support into the JIT",
                  ["off", "oprofile"],



More information about the Pypy-commit mailing list