On Tue, Dec 29, 2020 at 5:35 PM Brian Soto wrote:
> I'm still learning proper mailing list etiquette so I'm not sure if this
> is where I should respond.
>
FWIW, if you want to reply to conversations regularly, it's more ergonomic
all around to subscribe regularly and not use the digests. But if
I'm still learning proper mailing list etiquette so I'm not sure if this is
where I should respond.
But users just getting into debugging might also benefit from knowing this:
You can turn off optimizations when compiling numpy by passing CFLAGS to
setup.py like so:
*CFLAGS="-O0 -g3" python setup