Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: 
Changeset: r73953:5ad606f90487
Date: 2014-10-14 20:40 +0200
http://bitbucket.org/pypy/pypy/changeset/5ad606f90487/

Log:    Try to make --shared the default. I'll revert this checkin, but
        comparing branches on codespeed is broken :/

diff --git a/rpython/config/translationoption.py 
b/rpython/config/translationoption.py
--- a/rpython/config/translationoption.py
+++ b/rpython/config/translationoption.py
@@ -53,7 +53,7 @@
                  cmdline="-b --backend"),
 
     BoolOption("shared", "Build as a shared library",
-               default=False, cmdline="--shared"),
+               default=True, cmdline="--shared"),
 
     BoolOption("log", "Include debug prints in the translation (PYPYLOG=...)",
                default=True, cmdline="--log"),
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to