grpc: disable werror for unknown warning option
This seems silly to do an error for. It breaks clang builds.
This commit is contained in:
@@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
|||||||
rm -vf BUILD
|
rm -vf BUILD
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=unknown-warning-option";
|
||||||
|
|
||||||
enableParallelBuilds = true;
|
enableParallelBuilds = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user