On Feb 13, 2008 11:27 PM, Charles R Harris <[EMAIL PROTECTED]> 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
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to