[Numpy-discussion] Only debug builds with 64-bit MinGW?

Julian Taylor jtaylor.debian at googlemail.com
Sun Jun 8 20:00:41 EDT 2014


On 09.06.2014 01:54, Sturla Molden wrote:
> Why does 64-bit MinGW require -O0 and -DDEBUG?
> 
> https://github.com/numpy/numpy/blob/master/numpy/distutils/mingw32ccompiler.py#L120
> 
> Is this a bug or intentional?
> 

probably a temporary commit that was never removed, it originates from 2008:

commit 55446eef45da7a66ee300e68cd99411467efdb9c
Author: David Cournapeau <cournape at gmail.com>
Date:   Sat Dec 20 17:31:48 2008 +0000

    Remove optimization flags for now, to speed up builds.
---
 numpy/distutils/mingw32ccompiler.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)





More information about the NumPy-Discussion mailing list