Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: How can i build python3 without optimization?

12 views
Skip to first unread message

Kev Dwyer

unread,
Jun 17, 2012, 1:29:25 PM6/17/12
to pytho...@python.org
gmspro wrote:

> I tried this:
> CFLAG=-g ./configure --prefix=/home/user/localdir
>
> But during debugging python i get:
>
> (gdb)next
> (gdb)print variable
> (gdb)$1 = <value optimized out>
>
> What should i do?
> How can i get the value of a variable instead of <value optimized out> ?
>
> Thanks.


Maybe try: http://docs.python.org/devguide/setup.html#compiling-for-
debugging

0 new messages