diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-05-01 05:12:20 +0200 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-05-01 05:12:20 +0200 |
commit | 15798adfc81f2ee2276687cf15420477957e5942 (patch) | |
tree | b03f2daae64e4411e55def3b34104b984b4eb04b | |
parent | 5a8a8d0c71d555fc8e7a2396c8ddfe1d9e781391 (diff) | |
download | xmonad-15798adfc81f2ee2276687cf15420477957e5942.tar.gz xmonad-15798adfc81f2ee2276687cf15420477957e5942.tar.xz xmonad-15798adfc81f2ee2276687cf15420477957e5942.zip |
use -fasm by default. Much faster
darcs-hash:20070501031220-9c5c1-9354f63ca805ac82d5edb814eb56f46e73afa8d4.gz
-rw-r--r-- | xmonad.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal index a92a5c7..db1f704 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -14,6 +14,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 -Wall -optl-Wl,-s +ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s ghc-prof-options: -prof -auto-all extensions: GeneralizedNewtypeDeriving |