From 11ff583d3cb14382979a39395acd41623814332f Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Fri, 24 Jun 2016 08:15:57 -0400 Subject: [PATCH] Convert from -O2 to -O --- unused.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unused.cabal b/unused.cabal index 9c7cdac..50fcc93 100644 --- a/unused.cabal +++ b/unused.cabal @@ -77,13 +77,13 @@ library , vector , mtl , transformers - ghc-options: -Wall -Werror -O2 + ghc-options: -Wall -Werror -O default-language: Haskell2010 executable unused hs-source-dirs: app main-is: Main.hs - ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror -O2 + ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror -O build-depends: base , unused , optparse-applicative