diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-24 10:57:22 -0700 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-24 10:57:22 -0700 |
commit | 0943d742240af284ca935ec3fa9e0b060c7b32ea (patch) | |
tree | f813e9d16f6bddac554fbcdd53b51e01e10284bf /git-annex.cabal | |
parent | 95576375abce8db548da8b71470251bb3d9bdb16 (diff) |
android still not building, revert breaking change
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index d085f2332..c320f718b 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -157,11 +157,6 @@ Executable git-annex -- because ghc is known to not yield reproducible builds this way. if flag(Production) GHC-Options: -O2 - if ! flag(Android) - GHC-Options: -j1 - else - if ! flag(Android) - GHC-Options: -j if (os(windows)) Build-Depends: Win32, Win32-extras, unix-compat (>= 0.4.1.3), setenv |