freeze: Makefile: use -fno-strict-aliasing
authorMark Lodato <lodatom@gmail.com>
Mon, 12 Oct 2009 04:17:47 +0000 (00:17 -0400)
committerMark Lodato <lodatom@gmail.com>
Mon, 12 Oct 2009 04:17:47 +0000 (00:17 -0400)
commitc3edacbf380e9e8763dbbfcd2b9f28d37d049f70
tree991aaf383b1e845c2e852a389b510cd5b212e796
parent1a313ebda0f7ced46236ebcfdc27b816530e865a
freeze: Makefile: use -fno-strict-aliasing

Python 2 cannot compile with strict aliasing, so the Cython modules
should really be compiled with -fno-strict-aliasing.  See Issue #395.
Demos/freeze/Makefile