Remove ddump flags from benchmark suite options

This commit is contained in:
Andrew Martin 2019-10-17 09:46:06 -04:00
parent a66f8e1200
commit d94cf3d000

View file

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