Skip to content

Commit

Permalink
v8: fix 5.4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidb committed Sep 10, 2017
1 parent 370e2e7 commit f6dffbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/v8/default.nix
Expand Up @@ -161,7 +161,7 @@ stdenv.mkDerivation rec {
buildInputs = [ readline python icu patchelf ]
++ stdenv.lib.optionals stdenv.isDarwin [ cctools ];

NIX_CFLAGS_COMPILE = "-Wno-error=strict-overflow";
NIX_CFLAGS_COMPILE = "-Wno-error=strict-overflow -Wno-error=unused-function -Wno-error=attributes";

buildFlags = [
"LINK=c++"
Expand Down

0 comments on commit f6dffbf

Please sign in to comment.