diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-08-02 21:19:10 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-08-02 21:21:54 +0200 |
| commit | 6e8c2b8df3898d0f50463f3151831f5d7c9306a2 (patch) | |
| tree | 0964eb6afd22d8c3739cbf3c66eb6c3798195c0a /tirclogv.cabal | |
| parent | faff2c8249b1cc0342867dd22774301ae980647c (diff) | |
Index logs in parallel
Diffstat (limited to 'tirclogv.cabal')
| -rw-r--r-- | tirclogv.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tirclogv.cabal b/tirclogv.cabal index 2cb0831..26c676e 100644 --- a/tirclogv.cabal +++ b/tirclogv.cabal @@ -31,6 +31,7 @@ executable tirclogv Mmap Pages Pages.TH + Parallel Util -- ZNC.Slow ZNC.Parser @@ -63,7 +64,7 @@ executable tirclogv -- necessary so profiling works: other-extensions: TemplateHaskell - ghc-options: -threaded + ghc-options: -threaded -rtsopts library escapexml import: common |
