aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-05-27 09:44:38 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-05-27 09:44:38 +0200
commitf4c304367fd1dbe1fad7a563f7f3588ffe15277d (patch)
tree9f74893a59b8ae20af13e8607bb769b0dbfcc508 /xmonad.cabal
parent2c3a4f80c258835efcc348aa1c54f55359c29733 (diff)
downloadxmonad-f4c304367fd1dbe1fad7a563f7f3588ffe15277d.tar.gz
xmonad-f4c304367fd1dbe1fad7a563f7f3588ffe15277d.tar.xz
xmonad-f4c304367fd1dbe1fad7a563f7f3588ffe15277d.zip
Be a bit more conservative with -O flags, and GC. Hope to avoid runtime GC bug
darcs-hash:20070527074438-9c5c1-af8256d1690de2b48e86f2085106f74954c0738b.gz
Diffstat (limited to '')
-rw-r--r--xmonad.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index d347a7a..fca3578 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -24,6 +24,6 @@ extra-source-files: README TODO tests/loc.hs tests/Properties.hs man/xmonad.1
executable: xmonad
main-is: Main.hs
other-modules: Config Operations StackSet XMonad
-ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s
+ghc-options: -funbox-strict-fields -O -fasm -Wall -optl-Wl,-s
ghc-prof-options: -prof -auto-all
extensions: GeneralizedNewtypeDeriving