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
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

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" ];
};