aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-02 10:06:30 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-02 10:06:30 -0800
commitaf9f6c00aad5fe1e42032a67f397cc9ce75204db (patch)
treea7fa6f36675e64e9275a8c6eb693a174d08d4ef3 /.circleci
parent139376bbfb90bb498db4b86b3e25c8b6ea6da31d (diff)
downloadpandoc-af9f6c00aad5fe1e42032a67f397cc9ce75204db.tar.gz
MacOS release build: remove -split-sections.
It doesn't seem to affect executable size at all.
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 1c8d9cb4a..5f569da65 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -20,10 +20,10 @@ jobs:
command: stack --no-terminal setup
- run:
name: Run tests
- command: stack --no-terminal test --ghc-options=-split-sections
+ command: stack --no-terminal test
- run:
name: Install executable
- command: stack --no-terminal install --ghc-options=-split-sections
+ command: stack --no-terminal install
- run:
name: Create artifacts
command: |