> Simon Marlow wrote:
> >You should either compile the whole lot with -O, or not at all.
> 
> Really?  What are the consequences if you don't?  It doesn't 
> lead to incorrectly linked code, does it?

I think Frank's right here.  It should be perfectly ok to
compile a module without -O but to import a module that was
compiled with -O.  This *should* be the case and, so far as I
know, it is the case too!

Simon

Reply via email to