summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-11-05 07:17:59 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-11-05 07:17:59 +0100
commit8402b4a65a0fcc05ed97b98732d7780831317ede (patch)
tree399d48311683c48c4eb1276894e7a86089068457 /xmonad.cabal
parent1413c0ee531eebea89b16aa3fc2d286b42d88e23 (diff)
downloadmetatile-8402b4a65a0fcc05ed97b98732d7780831317ede.tar
metatile-8402b4a65a0fcc05ed97b98732d7780831317ede.zip
Use Cabal's optimization flags rather than -O
darcs-hash:20071105061759-a5988-db3ac08aa1bf777fa7b14d4829504548b802d758
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index c2bd5ad..39e3c1a 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -31,7 +31,7 @@ library
XMonad.Layouts
XMonad.Operations
XMonad.StackSet
- ghc-options: -funbox-strict-fields -O2 -fasm -Wall -Werror -optl-Wl,-s
+ ghc-options: -funbox-strict-fields -Wall -Werror -optl-Wl,-s
ghc-prof-options: -prof -auto-all
if flag(small_base)
@@ -46,6 +46,6 @@ library
executable xmonad
main-is: Main.hs
other-modules: XMonad.Core XMonad.Layouts XMonad.Operations XMonad.StackSet XMonad
- ghc-options: -funbox-strict-fields -O2 -fasm -Wall -Werror -optl-Wl,-s
+ ghc-options: -funbox-strict-fields -Wall -Werror -optl-Wl,-s
ghc-prof-options: -prof -auto-all
-- Also requires deriving Typeable, PatternGuards