diff options
author | Spencer Janssen <spencerjanssen@gmail.com> | 2008-08-20 23:00:23 +0200 |
---|---|---|
committer | Spencer Janssen <spencerjanssen@gmail.com> | 2008-08-20 23:00:23 +0200 |
commit | f51d57b47d9a0c9062a8ed6a58956f20b554818f (patch) | |
tree | f987c4d691fdd5b942a442d99d8b918811c27cc8 | |
parent | 86bbd2464330b7272034fbc532978d3f4610bdbd (diff) | |
download | metatile-f51d57b47d9a0c9062a8ed6a58956f20b554818f.tar metatile-f51d57b47d9a0c9062a8ed6a58956f20b554818f.zip |
Also remove -optl from the executable section
darcs-hash:20080820210023-25a6b-a518e3067aeca98d3c75599cfcfe74c69cf47781
-rw-r--r-- | xmonad.cabal | 2 |
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 |