[Numpy-discussion] New bug with "setup,py develop"
David Cournapeau
cournape@gmail....
Wed Feb 13 09:41:03 CST 2008
On Feb 13, 2008 11:27 PM, Charles R Harris <charlesr.harris@gmail.com> wrote:
>
> Curiously, CFLAGS="-O3 -finline-functions" causes the -fno-strict-aliasing
> flag to disappear when the random module is compiled, resulting in a lot of
> warnings and, in my experience, probably buggy code generation. So a safer
> bet is CFLAGS="-O3 -finline-functions -fno-strict-aliasing" .
That's the kind of weirdness which does not happen (or at least is not
support to happen) with numscons :)
cheers,
David
More information about the Numpy-discussion
mailing list