[pypy-svn] r71925 - pypy/build/ubuntu/debian

fijal at codespeak.net fijal at codespeak.net
Mon Mar 8 23:21:32 CET 2010


Author: fijal
Date: Mon Mar  8 23:21:30 2010
New Revision: 71925

Modified:
   pypy/build/ubuntu/debian/Makefile.in
Log:
Fix options


Modified: pypy/build/ubuntu/debian/Makefile.in
==============================================================================
--- pypy/build/ubuntu/debian/Makefile.in	(original)
+++ pypy/build/ubuntu/debian/Makefile.in	Mon Mar  8 23:21:30 2010
@@ -1,7 +1,7 @@
 TARGET=pypy/translator/goal/targetpypystandalone
 
 TRANSLATE=pypy/translator/goal/translate.py
-TRANSLATEOPTS=--batch --source -Ojit --jit-debug=0
+TRANSLATEOPTS=--batch --source -Ojit --jit-debug=off
 TARGETOPTS=%(TARGETOPTS)s
 PREFIX=%(PREFIX)s
 LOGIC=-o logic



More information about the Pypy-commit mailing list