diff options
Diffstat (limited to 'linux')
| -rw-r--r-- | linux/make_artifacts.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
