From dee186be7d90583dbe25f318d99c30b3a61345dd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 7 Nov 2022 13:20:23 -0800 Subject: make_artifacts.sh: add quotes. --- linux/make_artifacts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/make_artifacts.sh') diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index 3b0507a8a..f7d76948a 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -1,7 +1,7 @@ set -e -CABALOPTS=-f-export-dynamic -fembed_data_files --enable-executable-static -j4 -GHCOPTS=-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread +CABALOPTS="-f-export-dynamic -fembed_data_files --enable-executable-static -j4" +GHCOPTS="-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread" MACHINE=$(uname -m) case "$MACHINE" in -- cgit v1.2.3