
4 Dec
2006
4 Dec
'06
9:47 a.m.
I see, thank you.
{-# OPTIONS_GHC -fglasgow-exts -prof -auto-all #-}
in order to force -auto-all for a certain particular module. It still reports unknown flags in {-# OPTIONS #-} pragma: -prof -auto-all
-prof and -auto-all are static flags. They cannot be turned on after GHC starts processing the file. See http://www.haskell.org/ghc/docs/latest/html/users_guide/static-dynamic-flags...
-- Cheers, Lemmih