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

M A teammember0x01 at gmail.com
Tue Nov 9 19:49:01 EST 2021


Thank you so much. It worked.

> On Nov 9, 2021, at 12:00 PM, pypy-dev-request at python.org wrote:
> 
> Message: 2
> Date: Mon, 8 Nov 2021 22:13:44 +0100
> From: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
> To: pypy-dev at python.org
> Subject: Re: [pypy-dev] How to make a debug build of PyPy
> Message-ID: <bc073931-0e8d-8ed1-fd11-790f2b84cc50 at gmx.de>
> Content-Type: text/plain; charset=UTF-8; format=flowed
> 
> 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