Enable +RTS options on the ihaskell executable.

This allows selecting e.g. a number of processors for multithreading other than 1,
or to impose a memory cap.
This commit is contained in:
Justus Sagemüller 2017-03-14 18:42:20 +01:00
parent 76ce3b3f2d
commit 8dcb905043

View File

@ -128,7 +128,7 @@ executable ihaskell
other-modules:
IHaskellPrelude
Paths_ihaskell
ghc-options: -threaded
ghc-options: -threaded -rtsopts
-- Other library packages from which modules are imported.
default-language: Haskell2010