Disable idle GC for yesod binary #767

This commit is contained in:
Michael Snoyman 2014-07-09 06:51:55 +03:00
parent 9c0a3c516d
commit 0032973099

View File

@ -95,7 +95,7 @@ executable yesod
, data-default-class , data-default-class
, streaming-commons , streaming-commons
ghc-options: -Wall -threaded -rtsopts ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-I0
main-is: main.hs main-is: main.hs
other-modules: Scaffolding.Scaffolder other-modules: Scaffolding.Scaffolder
Devel Devel