Hi Frank,

On 20 January 2017 at 05:05, Frank Wang <fra...@mit.edu> wrote:
> When I compile PyPy in the "goal" folder, I compile it with the following
> options:
>
> pypy ../../rpython/bin/rpython --opt=2
>
> Is this the proper way to compile pypy without JIT, or am I doing something
> wrong?

That's correct.  http://pypy.org/download.html#building-from-source
specifies "-O2" instead of "--opt=2", but they are fully equivalent.
And the 'targetpypystandalone.py' part is optional unless you want to
give more PyPy-specific options afterwards.


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to