From be7d4bd0923b41bc0cf4d91220e95e371a37b9cb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 7 Nov 2022 10:47:57 -0800 Subject: Fix CABALOPTS in make_artifacts.sh. --- linux/make_artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index e9262f271..8a80cd064 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -1,6 +1,6 @@ set -e -CABALOPTS=-f-export-dynamic -fembed_data_files --enable-executable-static --ghc-options '-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread' -j4 +CABALOPTS="-f-export-dynamic -fembed_data_files --enable-executable-static --ghc-options '-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread' -j4" MACHINE=$(uname -m) case "$MACHINE" in -- cgit v1.2.3