20 Jan
2017
20 Jan
'17
8:21 a.m.
Hi Frank, On 20 January 2017 at 05:05, Frank Wang <frankw@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.