Build with -fno-spec-constr.

Compare https://gitlab.haskell.org/ghc/ghc/issues/16017#note_219304
This commit is contained in:
Robert Vollmert
2019-08-27 09:35:27 -05:00
committed by Steve Chávez
parent 4d0661fd9b
commit aaf62c1c96
+1 -1
View File
@@ -1,5 +1,5 @@
resolver: lts-14.3
ghc-options:
postgrest: -O2 -Werror -Wall -fwarn-identities -fno-warn-redundant-constraints -optP-Wno-nonportable-include-path
postgrest: -O2 -Werror -Wall -fno-spec-constr -fwarn-identities -fno-warn-redundant-constraints -optP-Wno-nonportable-include-path
nix:
packages: [pcre, pkgconfig, postgresql, zlib]