remove note about ghc bug

ghc 8.6 fixed that, apparently
This commit is contained in:
Joey Hess 2018-10-30 00:49:59 -04:00
parent 86c316ab0f
commit c75807ba3a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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