Skip to content

Commit

Permalink
Try passing -optc-no-pie too
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi committed Nov 2, 2021
1 parent 7bd75e1 commit 88361f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/no-text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Build
# -optl-no-pie is a workaround for an issue with GHC 7.10.3:
# https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/123
run: cabal build --ghc-option=-optl-no-pie -f-text prettyprinter:prettyprinter
run: cabal build --ghc-option=-optl-no-pie --ghc-option=-optc-no-pie -f-text prettyprinter:prettyprinter

0 comments on commit 88361f9

Please sign in to comment.