summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2020-01-08 04:34:54 -0500
committerJoe Crayne <joe@jerkface.net>2020-01-08 14:11:47 -0500
commitb9194d4637ddfc3b9f762d2e4e29a318087e02db (patch)
treed6994c4a21d120be16699c0d663e245725c44ba2
parent4d3122c055cc93a902ac24b8aba1323422519ce7 (diff)
Disable on-idle garbage collection by default.
-rw-r--r--dht/dht-client.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/dht/dht-client.cabal b/dht/dht-client.cabal
index 6a449a6a..362f4b36 100644
--- a/dht/dht-client.cabal
+++ b/dht/dht-client.cabal
@@ -348,7 +348,7 @@ executable dhtd
348 build-depends: time 348 build-depends: time
349 cpp-options: -DTHREAD_DEBUG -DRENDERFLUSH 349 cpp-options: -DTHREAD_DEBUG -DRENDERFLUSH
350 350
351 ghc-options: -rtsopts -fdefer-typed-holes -threaded 351 ghc-options: -rtsopts -with-rtsopts=-I0 -fdefer-typed-holes -threaded
352 ghc-prof-options: -g 352 ghc-prof-options: -g
353 353
354executable testcookie 354executable testcookie