aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <davve@dtek.chalmers.se>2007-10-31 22:11:17 +0000
committerDavid Waern <davve@dtek.chalmers.se>2007-10-31 22:11:17 +0000
commitcaccc1fa4fd15dee1732aa1672c895088c1018ab (patch)
tree23c2478300b9f3c70a2b6f230d0045ebe4c16c0c /haddock.cabal
parent23ff0a0702ecc318a33a083f8617a542c5cfe2f4 (diff)
Add optimisation flags
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index d7eaca89..5e907b6f 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -78,7 +78,7 @@ executable: haddock
hs-source-dirs: src
main-is: Main.hs
extensions: CPP, PatternGuards
-ghc-options: -fglasgow-exts
+ghc-options: -fglasgow-exts -funbox-strict-fields -O2 -fasm
other-modules:
Haddock.Interface.Rename
Haddock.Interface.Create