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:
parent
eee3881c1b
commit
4ac2758ba5
1 changed files with 1 additions and 3 deletions
|
@ -274,14 +274,12 @@ Executable git-annex
|
|||
network-bsd,
|
||||
git-lfs (>= 1.2.0)
|
||||
CC-Options: -Wall
|
||||
GHC-Options: -Wall -fno-warn-tabs -Wincomplete-uni-patterns
|
||||
GHC-Options: -Wall -fno-warn-tabs -Wincomplete-uni-patterns
|
||||
Default-Language: Haskell2010
|
||||
Default-Extensions: LambdaCase
|
||||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue