python plugin: Disable strict aliasing.
authorFlorian Forster <octo@huhu.verplant.org>
Mon, 3 May 2010 07:22:39 +0000 (09:22 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 3 May 2010 07:24:46 +0000 (09:24 +0200)
commit2f2f3a6645d2b2a8a4486850f433d55821d525ba
tree84da9b07eff3d719128e845295e7c23db098d504
parentb9530c89d0db0f18ffc9762aee1c2e6e8d35cf20
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.
src/Makefile.am