[issue3290] python-config --cflags includes irrelevant flags

Martin v. Löwis report at bugs.python.org
Sun Jul 6 08:43:32 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

Some flags for the compiler are really needed to compile the Python
headers correctly, e.g. -fno-strict-aliasing in 2.6.

So I think an explicit list of options reported would have to be
maintained, either as a blacklist (e.g. -O<n>, -Wall), or as a white list.

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


More information about the Python-bugs-list mailing list