diff options
| author | John MacFarlane <[email protected]> | 2023-07-12 08:03:59 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-07-12 08:03:59 -0700 |
| commit | a31cb2ab62b11cb90e91243911f1f31521ead94a (patch) | |
| tree | 24dd189c1f63aa6833442940e423a6bebe1eadde /.cirrus.yml | |
| parent | 3e870525da2f344dd439f7567ea834577d9a3a32 (diff) | |
Revert "Cirrus amd64 build: disable simdutf flag"
This reverts commit 3e870525da2f344dd439f7567ea834577d9a3a32.
Diffstat (limited to '.cirrus.yml')
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 12e197562..4de77f0a2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -57,7 +57,7 @@ task: cpu: 4 memory: 12G env: - CABALOPTS: -f-simdutf -f-export-dynamic -fembed_data_files -fserver -flua --enable-executable-static -j4 + CABALOPTS: -f-export-dynamic -fembed_data_files -fserver -flua --enable-executable-static -j4 GHCOPTS: -j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread cabal_store_cache: folder: ~/.cabal/store |
