[pypy-svn] r22644 - pypy/dist/pypy/translator/goal

tismer at codespeak.net tismer at codespeak.net
Wed Jan 25 14:16:07 CET 2006


Author: tismer
Date: Wed Jan 25 14:16:02 2006
New Revision: 22644

Modified:
   pypy/dist/pypy/translator/goal/targetpypy_stacklesstest.py
Log:
refining and adjusting the build

Modified: pypy/dist/pypy/translator/goal/targetpypy_stacklesstest.py
==============================================================================
--- pypy/dist/pypy/translator/goal/targetpypy_stacklesstest.py	(original)
+++ pypy/dist/pypy/translator/goal/targetpypy_stacklesstest.py	Wed Jan 25 14:16:02 2006
@@ -58,7 +58,13 @@
 
 stackless_options = {
     'text': True,
-    'lowmem': True,
+    'stackless': True,
+    }
+
+# this gets folded into the global options
+
+opt_defaults = {
+    "lowmem": True,
     }
 
 def opt_parser():



More information about the Pypy-commit mailing list