From 060259b75016046476ec9887962efdfee915c782 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Nov 2023 16:05:03 -0400 Subject: [PATCH] add manual: true to ParallelBuild flag hackage demands that -j be gated behind a build flag with manual: true set. --- git-annex.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/git-annex.cabal b/git-annex.cabal index a9bdda52d3..749c754cbd 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -162,6 +162,7 @@ Flag Production Flag ParallelBuild Description: Enable production build (slower build; faster binary) Default: False + Manual: True Flag TorrentParser Description: Use haskell torrent library to parse torrent files