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

Skip Montanaro report at bugs.python.org
Mon May 4 14:42:35 CEST 2015


Skip Montanaro added the comment:

> It's confusing that the CFLAGS specified when running make are passed further sometimes but not always. So I guess that's a workaround? Or CFLAGS should never be specified to make directly?

In my experience, all the magic happens in configure. Most of the time, the only flag I give to make is -j to specify parallelism.

Is there somewhere in the build docs this could be made clearer?

----------
nosy: +skip.montanaro

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


More information about the Python-bugs-list mailing list