aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-02-18 11:48:48 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-02-18 11:48:48 -0400
commitef1a5a1f9b85de7261ac9a27bede3dedda88fb45 (patch)
tree6cb2146b90e1157a7a4c14903c2ce987704077be /git-annex.cabal
parentbf6ad1182a0e0f9b1200ef90cdde90c7b50b1085 (diff)
Split Test.hs and avoid optimising it much, to need less memory to compile.
The ghc options were found by Sean Whitton; the debian arm autobuilders need those to build w/o OOM, and it seems to involve llvm using too much memory to optimize Test. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 446695fc8..b02ea2e14 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -943,6 +943,7 @@ Executable git-annex
RemoteDaemon.Transport.Ssh.Types
RemoteDaemon.Types
Test
+ Test.Framework
Types
Types.ActionItem
Types.Availability