Skip to content

Commit c162fca

Browse files
authored
Merge pull request #1 from amesgen/use-split-sections
use split sections
2 parents 53c3676 + 54ce0ec commit c162fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set some linux specific things
5353
if: matrix.os == 'ubuntu-latest'
5454
run: |
55-
echo '::set-env name=LINUX_CABAL_ARGS::--enable-executable-static'
55+
echo '::set-env name=LINUX_CABAL_ARGS::--enable-executable-static --ghc-options=-split-sections'
5656
5757
- name: Build Server
5858
shell: bash

0 commit comments

Comments
 (0)