From c75807ba3a7ee494607df9ec030bc78dd8a1be5f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 Oct 2018 00:49:59 -0400 Subject: [PATCH] remove note about ghc bug ghc 8.6 fixed that, apparently --- git-annex.cabal | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/git-annex.cabal b/git-annex.cabal index 52144af5fd..c279d89cc3 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -371,11 +371,8 @@ Executable git-annex if flag(Production) -- Lower memory systems can run out of memory with -O2, so -- optimise slightly less. - -- This needs -O1 before the -optlo, due to this bug: - -- https://ghc.haskell.org/trac/ghc/ticket/14821 - -- But unfortunately, hackage currently refuses to accept -O1 if arch(arm) - GHC-Options: -optlo-O2 + GHC-Options: -O2 -optlo-O2 else GHC-Options: -O2