summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index df5198627..306e9bc6b 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -153,8 +153,6 @@ Executable git-annex
Build-Depends: cryptohash (>= 0.11.0)
-- Fully optimize for production.
- -- Parallel builds only when not building for production,
- -- because ghc is known to not yield reproducible builds this way.
if flag(Production)
GHC-Options: -O2