[pypy-svn] r41323 - pypy/dist/pypy/config

mwh at codespeak.net mwh at codespeak.net
Mon Mar 26 12:42:53 CEST 2007


Author: mwh
Date: Mon Mar 26 12:42:52 2007
New Revision: 41323

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
add an --alloptimizations command line synonym for --faassen.
i just can't bring myself to document the latter...


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Mon Mar 26 12:42:52 2007
@@ -248,7 +248,7 @@
                              ("objspace.std.withprebuiltchar", True),
 #                             ("objspace.std.optimized_int_add", True),
                              ],
-                   cmdline="--faassen", negation=False),
+                   cmdline="--alloptimizations --faassen", negation=False),
 
 ##         BoolOption("llvmallopts",
 ##                    "enable all optimizations, and use llvm compiled via C",



More information about the Pypy-commit mailing list