v8: fix 5.4 build

This commit is contained in:
Aristid Breitkreuz 2017-09-10 12:35:39 +02:00
parent bcd382f032
commit 4592a6d744

View File

@ -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++"