Scaffolding update: turn on -N

This commit is contained in:
Michael Snoyman 2014-08-25 18:07:58 +03:00
parent 641135f011
commit b2c16c9d4c
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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