Skip to content

Commit ee0f09b

Browse files
committed
Static compilation again
1 parent c022c39 commit ee0f09b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@ executables:
302302
when:
303303
- condition: ! '!(flag(integration-tests))'
304304
buildable: false
305+
- condition: flag(static)
306+
ld-options:
307+
- -static
308+
- -pthread
305309
tests:
306310
stack-test:
307311
main: Spec.hs

0 commit comments

Comments
 (0)