Commit 8dcb9050 authored by Justus Sagemüller's avatar Justus Sagemüller

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.
parent 76ce3b3f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment