summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xmonad.cabal2
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