From 5952306873025609d8348302f5c9eb874a7d1ced Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Mon, 9 May 2016 08:29:09 -0400 Subject: [PATCH] Run optimizations --- unused.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unused.cabal b/unused.cabal index 68231a7..5953e2d 100644 --- a/unused.cabal +++ b/unused.cabal @@ -45,7 +45,7 @@ library executable unused hs-source-dirs: app main-is: Main.hs - ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror + ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror -O2 build-depends: base , unused , optparse-applicative