diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-12-16 01:13:26 +0100 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-12-16 01:13:26 +0100 |
commit | dd497d3e9b20d2ed5c1b88769ca6ebcbf0b184b1 (patch) | |
tree | ef05c46952a3da3c65f7d10f823b5b88641193a7 /xmobar.cabal | |
parent | 8cfd3b818dcb1ec8d05d3bc9ac2af296cd5c9d46 (diff) | |
download | xmobar-dd497d3e9b20d2ed5c1b88769ca6ebcbf0b184b1.tar.gz xmobar-dd497d3e9b20d2ed5c1b88769ca6ebcbf0b184b1.tar.bz2 |
Remove -O2 -fasm from ghc-options, allow Cabal to determine the best flags
darcs-hash:20071216001326-a5988-6ad388c718b741e92a746cd11c329248859e87d4.gz
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 15e2546..e754ea4 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -19,7 +19,7 @@ flag small_base executable xmobar main-is: Main.hs other-Modules: Xmobar, Config, Parsers, Commands, Runnable, Plugins - ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s -threaded + ghc-options: -funbox-strict-fields -Wall -optl-Wl,-s -threaded ghc-prof-options: -prof -auto-all if flag(small_base) build-depends: base >= 3, containers, process, old-time, old-locale, bytestring, directory |