From 6d7ff65139fdff98ff277e509b5a21fe5ba6653c Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Tue, 1 May 2007 05:12:20 +0200 Subject: use -fasm by default. Much faster darcs-hash:20070501031220-9c5c1-9354f63ca805ac82d5edb814eb56f46e73afa8d4 --- xmonad.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmonad.cabal') 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 -- cgit v1.2.3