remove note about ghc bug
ghc 8.6 fixed that, apparently
This commit is contained in:
parent
86c316ab0f
commit
c75807ba3a
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue