[darcs-users] Re: 0.9.12 is out!
Andres Loeh
andres at cs.uu.nl
Fri Aug 1 10:14:08 UTC 2003
> > ghc-5.04.3 and ghc-6.0. For instance, in 5.04.3, this works for
> > me:
> >
> > -optc"-march=pentium -O3 -pipe"
> >
> > It does not work with ghc-6.0, though. Maybe this should be taken
> > to the GHC mailing list, as it's a general problem ...
>
> This is news to me. On a Linux box:
>
> $ ghc-6.0 -optc "-march=pentium -O3 -pipe" Test.hs
>
> $ ghc-5.04.2 -optc "-march=pentium -O3 -pipe" Test.hs
>
> $ ghc-5.04 -optc "-march=pentium -O3 -pipe" Test.hs
>
> All worked fine. Quoting may have been the issue.
If you compile without -O, then no C compiler is involved, because
there also is a native code generator for Linux, AFAIK. Give either
-fvia-c or -O (which implies the former). Does it still work then?
Best,
Andres
More information about the darcs-users
mailing list