author | Florian Forster <octo@huhu.verplant.org> | |
Mon, 3 May 2010 07:22:39 +0000 (09:22 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 3 May 2010 07:24:46 +0000 (09:24 +0200) | ||
commit | 2f2f3a6645d2b2a8a4486850f433d55821d525ba | |
tree | 84da9b07eff3d719128e845295e7c23db098d504 | tree | snapshot |
parent | b9530c89d0db0f18ffc9762aee1c2e6e8d35cf20 | commit | diff |
python plugin: Disable strict aliasing.
"Py_True" and "Py_False" have some weird implementation that GCC can't cope
with. Disable strict aliasing (and warnings relating to it) in order to avoid
those problems at the cost of optimization.
"Py_True" and "Py_False" have some weird implementation that GCC can't cope
with. Disable strict aliasing (and warnings relating to it) in order to avoid
those problems at the cost of optimization.
src/Makefile.am | diff | blob | history |