Skip to content

Commit

Permalink
Remove ddump flags from benchmark suite options
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthad committed Oct 17, 2019
1 parent a66f8e1 commit d94cf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion small-bytearray-builder.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ benchmark bench
, small-bytearray-builder
, text-short
, byteslice
ghc-options: -Wall -O2 -ddump-to-file -ddump-simpl -dsuppress-all
ghc-options: -Wall -O2
default-language: Haskell2010
hs-source-dirs: bench, common
main-is: Main.hs
Expand Down

0 comments on commit d94cf3d

Please sign in to comment.