summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorSpencer Janssen <spencerjanssen@gmail.com>2008-08-20 23:00:23 +0200
committerSpencer Janssen <spencerjanssen@gmail.com>2008-08-20 23:00:23 +0200
commitf51d57b47d9a0c9062a8ed6a58956f20b554818f (patch)
treef987c4d691fdd5b942a442d99d8b918811c27cc8 /xmonad.cabal
parent86bbd2464330b7272034fbc532978d3f4610bdbd (diff)
downloadmetatile-f51d57b47d9a0c9062a8ed6a58956f20b554818f.tar
metatile-f51d57b47d9a0c9062a8ed6a58956f20b554818f.zip
Also remove -optl from the executable section
darcs-hash:20080820210023-25a6b-a518e3067aeca98d3c75599cfcfe74c69cf47781
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index 12d9315..c0b9f86 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -64,7 +64,7 @@ executable xmonad
XMonad.Operations
XMonad.StackSet
- ghc-options: -funbox-strict-fields -Wall -optl-Wl,-s
+ ghc-options: -funbox-strict-fields -Wall
ghc-prof-options: -prof -auto-all
extensions: CPP