Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r86182:31c39adab9d0
Date: 2016-08-13 08:24 +0200
http://bitbucket.org/pypy/pypy/changeset/31c39adab9d0/

Log:    For now, we can't specify both ``-O1`` and ``--platform=arm``: the
        first option picks ``--gc=boehm`` and the second option picks
        ``--gcrootfinder=shadowstack``, which are incompatible.

diff --git a/rpython/doc/arm.rst b/rpython/doc/arm.rst
--- a/rpython/doc/arm.rst
+++ b/rpython/doc/arm.rst
@@ -148,7 +148,7 @@
 
 ::
 
-  pypy ~/path_to_pypy_checkout/rpython/bin/rpython -O1 --platform=arm target.py
+  pypy ~/path_to_pypy_checkout/rpython/bin/rpython -O2 --platform=arm target.py
 
 If everything worked correctly this should yield an ARM binary. Running this 
binary in the ARM chroot or on an ARM device should produce the output ``"Hello 
World"``.
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to