pgf-shell: enable -rtsopts, call performGC between commands

This is to make it easier to find the cause of space leaks.
This commit is contained in:
hallgren
2014-02-07 13:57:13 +00:00
parent 957dfb83b6
commit 9a422839cc
3 changed files with 7 additions and 1 deletions

View File

@@ -255,6 +255,8 @@ executable pgf-shell
hs-source-dirs: src/runtime/haskell-bind/examples
build-depends: gf, base
default-language: Haskell2010
if impl(ghc>=7.0)
ghc-options: -rtsopts
test-suite rgl-tests
type: exitcode-stdio-1.0