From f4c304367fd1dbe1fad7a563f7f3588ffe15277d Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sun, 27 May 2007 09:44:38 +0200 Subject: Be a bit more conservative with -O flags, and GC. Hope to avoid runtime GC bug darcs-hash:20070527074438-9c5c1-af8256d1690de2b48e86f2085106f74954c0738b.gz --- xmonad.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmonad.cabal') 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 -- cgit v1.2.3