Skip to content

Commit

Permalink
Use -O2 on benchmarks even on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Oct 19, 2016
1 parent 1e79c5c commit 83ff145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text-metrics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ benchmark bench
if !impl(ghc >= 7.10)
build-depends: nats == 1.*
if flag(dev)
ghc-options: -Wall -Werror
ghc-options: -O2 -Wall -Werror
else
ghc-options: -O2 -Wall
default-language: Haskell2010

0 comments on commit 83ff145

Please sign in to comment.