Skip to content

Commit

Permalink
Static compilation again
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Apr 22, 2020
1 parent c022c39 commit ee0f09b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ executables:
when:
- condition: ! '!(flag(integration-tests))'
buildable: false
- condition: flag(static)
ld-options:
- -static
- -pthread
tests:
stack-test:
main: Spec.hs
Expand Down

0 comments on commit ee0f09b

Please sign in to comment.