mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-17 20:06:07 +00:00
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:
parent
76ce3b3f2d
commit
8dcb905043
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user