Skip to content

Commit f6dffbf

Browse files
committedSep 10, 2017
v8: fix 5.4 build
1 parent 370e2e7 commit f6dffbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/libraries/v8/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ stdenv.mkDerivation rec {
161161
buildInputs = [ readline python icu patchelf ]
162162
++ stdenv.lib.optionals stdenv.isDarwin [ cctools ];
163163

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

166166
buildFlags = [
167167
"LINK=c++"

0 commit comments

Comments
 (0)
Please sign in to comment.