Skip to content

Commit

Permalink
Enable optimization when compiling testsuite
Browse files Browse the repository at this point in the history
Otherwise we may miss bugs revealed by rewrite rules.
  • Loading branch information
bgamari committed Oct 9, 2017
1 parent 758c116 commit cda0e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text.cabal
Expand Up @@ -168,7 +168,7 @@ test-suite tests
include-dirs: include

ghc-options:
-Wall -threaded -O0 -rtsopts
-Wall -threaded -O1 -rtsopts

cpp-options:
-DASSERTS -DHAVE_DEEPSEQ -DTEST_SUITE
Expand Down

0 comments on commit cda0e3f

Please sign in to comment.