[Haskell-beginners] Issue with lazy eval + trace

Daniel Fischer daniel.is.fischer at googlemail.com
Mon Nov 7 17:56:35 CET 2011


On Monday 07 November 2011, 17:11:10, Hugo Ferreira wrote:
> > You're compiling with optimisations, aren't you?
> 
> Not that I am aware of. I did not set up any compilation flags in the
> cabal file.

cabal defaults to compiling with -O unless otherwise specified 
($ cabal build -v2 emits the command lines used to build, if you want to 
check), so you most likely do.



More information about the Beginners mailing list