Scaffolding update: turn on -N
This commit is contained in:
parent
641135f011
commit
b2c16c9d4c
@ -446,7 +446,7 @@ executable PROJECTNAME
|
|||||||
, PROJECTNAME
|
, PROJECTNAME
|
||||||
, yesod
|
, yesod
|
||||||
|
|
||||||
ghc-options: -threaded -O2
|
ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N
|
||||||
|
|
||||||
test-suite test
|
test-suite test
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|||||||
@ -450,7 +450,7 @@ executable PROJECTNAME
|
|||||||
, PROJECTNAME
|
, PROJECTNAME
|
||||||
, yesod
|
, yesod
|
||||||
|
|
||||||
ghc-options: -threaded -O2
|
ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N
|
||||||
|
|
||||||
test-suite test
|
test-suite test
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|||||||
@ -487,7 +487,7 @@ executable PROJECTNAME
|
|||||||
, PROJECTNAME
|
, PROJECTNAME
|
||||||
, yesod
|
, yesod
|
||||||
|
|
||||||
ghc-options: -threaded -O2
|
ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N
|
||||||
|
|
||||||
test-suite test
|
test-suite test
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|||||||
@ -450,7 +450,7 @@ executable PROJECTNAME
|
|||||||
, PROJECTNAME
|
, PROJECTNAME
|
||||||
, yesod
|
, yesod
|
||||||
|
|
||||||
ghc-options: -threaded -O2
|
ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N
|
||||||
|
|
||||||
test-suite test
|
test-suite test
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|||||||
@ -374,7 +374,7 @@ executable PROJECTNAME
|
|||||||
, PROJECTNAME
|
, PROJECTNAME
|
||||||
, yesod
|
, yesod
|
||||||
|
|
||||||
ghc-options: -threaded -O2
|
ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N
|
||||||
|
|
||||||
test-suite test
|
test-suite test
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|||||||
@ -450,7 +450,7 @@ executable PROJECTNAME
|
|||||||
, PROJECTNAME
|
, PROJECTNAME
|
||||||
, yesod
|
, yesod
|
||||||
|
|
||||||
ghc-options: -threaded -O2
|
ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N
|
||||||
|
|
||||||
test-suite test
|
test-suite test
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user