summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-27 09:31:41 -0700
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-27 09:31:41 -0700
commite9e44599e5c663bbb3eb4c87509a539a737aa2b7 (patch)
treee9fbf5b5784248e45d0b1b56006b7750fa6db773 /git-annex.cabal
parent8503220e6a1303a05a71e8a109d69c6aa89a0b5f (diff)
speed up fast builds
Enabling -dynamic avoids writing out many mb of static libs. -j parallelizes
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