more profiling

This commit is contained in:
nek0 2016-12-16 16:43:25 +01:00
parent 0bbf86e7f8
commit 4219355090
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ executable example02
executable example03
hs-source-dirs: examples
main-is: example03.hs
ghc-options: -threaded -Wall
ghc-options: -threaded -Wall -auto-all -caf-all -rtsopts
default-language: Haskell2010
default-extensions: OverloadedStrings
if flag(examples)