Skip to content

Commit

Permalink
Remove outdated comments on Windows extra-libraries
Browse files Browse the repository at this point in the history
Follow-up to #500, which removed the gcc_s extra-library dependency.
  • Loading branch information
sjakobi committed Mar 14, 2022
1 parent 0864dfe commit 726b0b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bytestring.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ library
-- DNDEBUG disables asserts in cbits/
cc-options: -std=c11 -DNDEBUG=1

-- Required, due to the following issues:
-- * https://gitlab.haskell.org/ghc/ghc/-/issues/20525#note_385580
-- * https://gitlab.haskell.org/ghc/ghc/-/issues/19417
if os(windows)
extra-libraries: gcc

Expand Down

0 comments on commit 726b0b4

Please sign in to comment.