Thorkil Naur wrote: > Hello, > > The GHC User's Guide, Versio 6.6.1 > (http://www.haskell.org/ghc/docs/latest/html/users_guide/options-optimise.html) > > says: > > -O currently also implies -fvia-C.
Yes, and -O0 implies -fasm (if -fasm or -fvia-C are not explicitly given). I noticed that when compiling ghc-6.6.1 for Mac OS with various flags. C. _______________________________________________ Glasgow-haskell-users mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
