diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-08-17 14:53:22 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-08-17 14:53:22 -0700 |
| commit | 48ec4b55b7cef1cb013af81245b4ea56ee1c8395 (patch) | |
| tree | 760efef3cc1e8ee15e515099df11705f79fb4dde | |
| parent | 67f6c9eb75596b4e891b7b5ab07c047181a166b4 (diff) | |
Remove -split-sections from windows release candidate build.
It's not available for Windows ghc.
| -rw-r--r-- | .github/workflows/release-candidate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 97ca10f85..859c937b0 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -34,7 +34,7 @@ jobs: versions: - osarch: "windows-x86_64" arch: "x64" - stack_opts: '-j4 +RTS -A256m -RTS -split-sections' + stack_opts: '-j4 +RTS -A256m -RTS' steps: - uses: actions/checkout@v3 |
