Revert "enable parallel ghc for building git-annex"

This reverts commit 3f6aff89b1.

Sadly hackage rejects cabal files using -j unless hidden behind an
option that is disabled by default.
This commit is contained in:
Joey Hess 2023-09-26 13:34:28 -04:00
parent eee3881c1b
commit 4ac2758ba5
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -280,8 +280,6 @@ Executable git-annex
Other-Extensions: TemplateHaskell
-- Some things don't work with the non-threaded RTS.
GHC-Options: -threaded
-- Build using all CPUs
GHC-Options: -j
-- Fully optimize for production.
if flag(Production)