[pypy-dev] How to make a debug build of PyPy

Carl Friedrich Bolz-Tereick cfbolz at gmx.de
Mon Nov 8 16:13:44 EST 2021


this should work:

rpython -Ojit --lldebug targetpypystandalone.py

Cheers,

CF

On 08.11.21 20:41, M A wrote:
> Hi, I need to build PyPy with debug symbols in it. The documentation I found online says to use 'make lldebug' or 'make lldebug0'. This did not work. I am building the JIT version of PyPy. Any help or suggestions would be appreciated. Thank you.



More information about the pypy-dev mailing list