v8: fix 5.4 build
This commit is contained in:
parent
bcd382f032
commit
4592a6d744
@ -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++"
|
||||
|
Loading…
Reference in New Issue
Block a user