Run optimizations

This commit is contained in:
Joshua Clayton 2016-05-09 08:29:09 -04:00
parent 6883fc8e01
commit 5952306873

View File

@ -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