Use -N RTS option

This commit is contained in:
Michael Snoyman 2014-08-25 16:55:17 +03:00
parent e967185403
commit af9a88444e

View file

@ -138,7 +138,7 @@ executable stackage-server
, stackage-server
, yesod
ghc-options: -threaded -O2
ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N
test-suite test
type: exitcode-stdio-1.0