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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24116>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to