aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-08-04 13:44:21 +0200
committerJasper Van der Jeugt2020-08-04 13:44:21 +0200
commit8402aeee145de98b4e7c8433975f3156f5ec0e1d (patch)
tree9fdde7a07cfc5f2c84a381e17e8a19c37d9816ea /server
parentd1b1068d0c9dad94734438ddd6f5cfcec77396dd (diff)
Optimization flags
Diffstat (limited to 'server')
-rw-r--r--server/cafp.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/cafp.cabal b/server/cafp.cabal
index f80184c..0d6815c 100644
--- a/server/cafp.cabal
+++ b/server/cafp.cabal
@@ -54,5 +54,5 @@ Executable cafp-server
Hs-source-dirs: src
Main-is: Server.hs
Default-language: Haskell2010
- Ghc-options: -Wall
+ Ghc-options: -Wall -O2 -threaded -rtsopts "-with-rtsopts=-N"
Build-depends: base, cafp