gem-config.grpc: disable format hardening

This commit is contained in:
Robin Gloster
2018-04-26 00:14:38 +02:00
parent 94f5e5ad14
commit 7673593c85

View File

@@ -145,6 +145,7 @@ in
grpc = attrs: {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ openssl ];
hardeningDisable = [ "format" ];
NIX_CFLAGS_COMPILE = [ "-Wno-error=stringop-overflow" "-Wno-error=implicit-fallthrough" ];
};