Convert from -O2 to -O

This commit is contained in:
Joshua Clayton 2016-06-24 08:15:57 -04:00
parent 240b5bbb19
commit 11ff583d3c
No known key found for this signature in database
GPG Key ID: 5B6558F77E9A8118

View File

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