Skip to content

Commit

Permalink
Attempt to speed up the build…
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Sep 23, 2017
1 parent 0716004 commit e6871f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megaparsec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ library
, Text.Megaparsec.Pos
, Text.Megaparsec.Stream
if flag(dev)
ghc-options: -Wall -Werror
ghc-options: -O0 -Wall -Werror
else
ghc-options: -O2 -Wall
default-language: Haskell2010
Expand All @@ -70,7 +70,7 @@ test-suite tests
hs-source-dirs: tests
type: exitcode-stdio-1.0
if flag(dev)
ghc-options: -Wall -Werror
ghc-options: -O0 -Wall -Werror
else
ghc-options: -O2 -Wall
other-modules: Control.Applicative.CombinatorsSpec
Expand Down

0 comments on commit e6871f7

Please sign in to comment.