Build with -fno-spec-constr.
Compare https://gitlab.haskell.org/ghc/ghc/issues/16017#note_219304
This commit is contained in:
committed by
Steve Chávez
parent
4d0661fd9b
commit
aaf62c1c96
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user