Skip to content

Commit 9837caf

Browse files
committed
Disable simd flag for bitvec
1 parent f5e3fce commit 9837caf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cabal.project

+6-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,12 @@ constraints:
7676
happy == 1.20.1.1,
7777
filepath installed,
7878
-- for ghc 8.10, stm-hamt 1.2.0.10 doesn't build
79-
stm-hamt < 1.2.0.10
79+
stm-hamt < 1.2.0.10,
80+
-- Centos 7 comes with an old gcc version that doesn't know about
81+
-- the flag '-fopen-simd', which blocked the release 2.2.0.0.
82+
-- We want to be able to benefit from the performance optimisations
83+
-- in the future, thus: TODO: remove this flag.
84+
bitvec -simd
8085

8186
-- This is benign and won't affect our ability to release to Hackage,
8287
-- because we only depend on `ekg-json` when a non-default flag

0 commit comments

Comments
 (0)