make the multithread-runtime use all cores by default
This commit is contained in:
parent
d7355aa04d
commit
9d8df6d3d8
|
@ -91,7 +91,7 @@ executable Hash2Pub
|
|||
-- Base language which the package is written in.
|
||||
default-language: Haskell2010
|
||||
|
||||
ghc-options: -threaded
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||
|
||||
executable Experiment
|
||||
-- experiment runner
|
||||
|
|
Loading…
Reference in a new issue