Skip to content

Commit

Permalink
Removed debug flags from lol-repa.cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
crockeea committed Feb 20, 2017
1 parent 8b9a722 commit b46f237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lol-repa/lol-repa.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Benchmark bench-lol-repa
hs-source-dirs: benchmarks

ghc-options: -O2 -funfolding-creation-threshold=15000 -funfolding-use-threshold=1000
ghc-options: -ddump-simpl-stats -fsimpl-tick-factor=110
ghc-options: -fsimpl-tick-factor=110

build-depends:
base >= 4.9 && < 5,
Expand All @@ -114,7 +114,7 @@ test-suite test-lol-repa
main-is: TestRepaMain.hs
ghc-options: -main-is TestRepaMain
hs-source-dirs: tests
ghc-options: -threaded -O2 -ddump-simpl-stats
ghc-options: -threaded -O2

build-depends:
base >= 4.9 && < 5,
Expand Down

0 comments on commit b46f237

Please sign in to comment.