Manually removing  -fvia-c solved it.

Thanks

On Wed, May 5, 2010 at 7:11 AM, Ivan Lazar Miljenovic
<ivan.miljeno...@gmail.com> wrote:
> Stephen Tetley <stephen.tet...@gmail.com> writes:
>
>> Hi all
>>
>> A cursory look at Happstack.Crypto.MD5 shows it uses -fvia-c:
>>
>>
>> {-# LANGUAGE BangPatterns #-}
>> {-# OPTIONS_GHC -funbox-strict-fields -fvia-c -optc-funroll-all-loops
>> -optc-O3 #-}
>
> I would hazard a guess that this is at an attempt to improve performance
> (I wouldn't know if it actually does or not though).
>
> --
> Ivan Lazar Miljenovic
> ivan.miljeno...@gmail.com
> IvanMiljenovic.wordpress.com
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to