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)
"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.


No differences found