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 | 6d7ff65139fdff98ff277e509b5a21fe5ba6653c (patch) | |
tree | b03f2daae64e4411e55def3b34104b984b4eb04b | |
parent | b98a875d5c2c2f7d561d6b2eae56f23d58672cf7 (diff) | |
download | metatile-6d7ff65139fdff98ff277e509b5a21fe5ba6653c.tar metatile-6d7ff65139fdff98ff277e509b5a21fe5ba6653c.zip |
use -fasm by default. Much faster
darcs-hash:20070501031220-9c5c1-9354f63ca805ac82d5edb814eb56f46e73afa8d4
-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 |