We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 370e2e7 commit f6dffbfCopy full SHA for f6dffbf
pkgs/development/libraries/v8/default.nix
@@ -161,7 +161,7 @@ stdenv.mkDerivation rec {
161
buildInputs = [ readline python icu patchelf ]
162
++ stdenv.lib.optionals stdenv.isDarwin [ cctools ];
163
164
- NIX_CFLAGS_COMPILE = "-Wno-error=strict-overflow";
+ NIX_CFLAGS_COMPILE = "-Wno-error=strict-overflow -Wno-error=unused-function -Wno-error=attributes";
165
166
buildFlags = [
167
"LINK=c++"
0 commit comments