From ca7614ff2c2915ae76dd7cc8d82df43196b8a6e1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 24 Aug 2015 10:57:22 -0700 Subject: [PATCH] android still not building, revert breaking change --- git-annex.cabal | 5 ----- 1 file changed, 5 deletions(-) diff --git a/git-annex.cabal b/git-annex.cabal index d085f23327..c320f718b7 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