Skip to content

Commit

Permalink
Build windows compiler with -split-sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinheghan committed Oct 12, 2024
1 parent 6a11230 commit dc5b1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
restore-keys: dist-win-${{ env.ghc }}-

- name: Configure
run: cabal configure --enable-tests -O2
run: cabal configure --enable-tests --ghc-option=-split-sections -O2

- name: Build
run: cabal build
Expand Down

0 comments on commit dc5b1d4

Please sign in to comment.