Hi, On Sat, 2 Dec 2023 at 04:14, <[email protected]> wrote: in pypy_g_ArenaCollection_rehash_arena_lists. Unfortunately, I can't see the rest of the call stack, so I am trying to compile a debug version of pypy. > > I followed the instructions here: https://doc.pypy.org/en/latest/build.html > > I'm at the step where it tells you to run: > > make lldebug or make lldebug0, and i'm realizing there is no such target. > Please help!
This paragraph in the instructions is not talking about the top-level Makefile. It is talking about the Makefile generated along all the generated C files in the temporary directory, in /tmp/usession-*/testing_1/. Armin Rigo _______________________________________________ pypy-dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/pypy-dev.python.org/ Member address: [email protected]
