Scaffolded site: put -threaded on the executable
This commit is contained in:
parent
ef0a7f0518
commit
a919d1ef7e
@ -32,9 +32,9 @@ library
|
||||
|
||||
if flag(dev) || flag(library-only)
|
||||
cpp-options: -DDEVELOPMENT
|
||||
ghc-options: -Wall -threaded -O0
|
||||
ghc-options: -Wall -O0
|
||||
else
|
||||
ghc-options: -Wall -threaded -O2
|
||||
ghc-options: -Wall -O2
|
||||
|
||||
extensions: TemplateHaskell
|
||||
QuasiQuotes
|
||||
@ -86,6 +86,8 @@ executable ~project~
|
||||
, ~project~
|
||||
, yesod-default
|
||||
|
||||
ghc-options: -threaded -O2
|
||||
|
||||
test-suite test
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: main.hs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user