[issue24116] --with-pydebug has no effect when the final python binary is compiled

Inada Naoki report at bugs.python.org
Thu Apr 11 01:41:21 EDT 2019


Inada Naoki <songofacandy at gmail.com> added the comment:

gcc is not compiler, but linker when `-o python`.
So LDFLAGS is used instead of CFLAGS.

I don't think we can document and maintain all configure & make behavior.
I'm +1 on close this.

----------
nosy: +inada.naoki

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue24116>
_______________________________________


More information about the Python-bugs-list mailing list