Remove ddump flags from benchmark suite options
This commit is contained in:
parent
a66f8e1200
commit
d94cf3d000
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ benchmark bench
|
||||||
, small-bytearray-builder
|
, small-bytearray-builder
|
||||||
, text-short
|
, text-short
|
||||||
, byteslice
|
, byteslice
|
||||||
ghc-options: -Wall -O2 -ddump-to-file -ddump-simpl -dsuppress-all
|
ghc-options: -Wall -O2
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
hs-source-dirs: bench, common
|
hs-source-dirs: bench, common
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
|
|
Loading…
Reference in a new issue