[pypy-svn] r57459 - pypy/dist/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Tue Aug 19 11:38:32 CEST 2008


Author: arigo
Date: Tue Aug 19 11:38:31 2008
New Revision: 57459

Modified:
   pypy/dist/pypy/doc/getting-started.txt
Log:
This is the default now.


Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Tue Aug 19 11:38:31 2008
@@ -571,7 +571,7 @@
 3. Run::
 
      cd pypy/translator/goal
-     python translate.py --opt=3 targetpypystandalone.py --allworkingmodules
+     python translate.py --opt=3 targetpypystandalone.py
 
    possibly replacing ``--opt=3`` with ``--opt=1`` or another
    `optimization level`_ of your choice.



More information about the Pypy-commit mailing list