From 48ec4b55b7cef1cb013af81245b4ea56ee1c8395 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 17 Aug 2022 14:53:22 -0700 Subject: [PATCH] Remove -split-sections from windows release candidate build. It's not available for Windows ghc. --- .github/workflows/release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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