diff options
| author | hallgren <hallgren@chalmers.se> | 2014-02-07 13:57:13 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-02-07 13:57:13 +0000 |
| commit | 9a422839cc8bf6090fa35042ddd18e9372d854c0 (patch) | |
| tree | 37229c0e35376ec84de0037b64927c2eb6fe1083 /src/runtime/haskell-bind/haskell-bind.cabal | |
| parent | 957dfb83b6f7ee0835d32b5930d47b133e678592 (diff) | |
pgf-shell: enable -rtsopts, call performGC between commands
This is to make it easier to find the cause of space leaks.
Diffstat (limited to 'src/runtime/haskell-bind/haskell-bind.cabal')
| -rw-r--r-- | src/runtime/haskell-bind/haskell-bind.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/haskell-bind/haskell-bind.cabal b/src/runtime/haskell-bind/haskell-bind.cabal index 8f8f62321..31f2a75d2 100644 --- a/src/runtime/haskell-bind/haskell-bind.cabal +++ b/src/runtime/haskell-bind/haskell-bind.cabal @@ -31,3 +31,5 @@ executable pgf-shell hs-source-dirs: examples build-depends: base, haskell-bind default-language: Haskell2010 + if impl(ghc>=7.0) + ghc-options: -rtsopts |
