From 9a422839cc8bf6090fa35042ddd18e9372d854c0 Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 7 Feb 2014 13:57:13 +0000 Subject: pgf-shell: enable -rtsopts, call performGC between commands This is to make it easier to find the cause of space leaks. --- gf.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gf.cabal') diff --git a/gf.cabal b/gf.cabal index 5824aaed2..dd74aaf92 100644 --- a/gf.cabal +++ b/gf.cabal @@ -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 -- cgit v1.2.3