enable parallel ghc for building git-annex

Via a build flag this time, that's off by default because hackage
demands it be so, but that gets turned on by the Makefile and by stack.
This commit is contained in:
Joey Hess 2023-09-26 13:46:44 -04:00
parent 4ac2758ba5
commit c2e60dd7a6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 12 additions and 2 deletions

View file

@ -1,6 +1,7 @@
flags:
git-annex:
production: true
parallelbuild: true
assistant: true
pairing: true
torrentparser: true