From 1e93589e8ce4ea9cc4039826957853715d01754a Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Sat, 6 May 2017 21:19:18 +0200 Subject: [PATCH] v8: do not test v8 with -Werror PR-URL: https://github.com/nodejs/node/pull/12875 Reviewed-By: James M Snell --- deps/v8/gypfiles/standalone.gypi | 2 +- deps/v8/gypfiles/toolchain.gypi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/v8/gypfiles/standalone.gypi b/deps/v8/gypfiles/standalone.gypi index 986aaaaebb224c..27e19d3c531784 100644 --- a/deps/v8/gypfiles/standalone.gypi +++ b/deps/v8/gypfiles/standalone.gypi @@ -190,7 +190,7 @@ 'host_clang%': '<(host_clang)', 'target_arch%': '<(target_arch)', 'v8_target_arch%': '<(v8_target_arch)', - 'werror%': '-Werror', + 'werror%': '', 'use_goma%': '<(use_goma)', 'gomadir%': '<(gomadir)', 'asan%': '<(asan)', diff --git a/deps/v8/gypfiles/toolchain.gypi b/deps/v8/gypfiles/toolchain.gypi index 815070a508379c..6672d752a75bc8 100644 --- a/deps/v8/gypfiles/toolchain.gypi +++ b/deps/v8/gypfiles/toolchain.gypi @@ -81,7 +81,7 @@ 'v8_toolset_for_shell%': 'target', 'host_os%': '<(OS)', - 'werror%': '-Werror', + 'werror%': '', # For a shared library build, results in "libv8-<(soname_version).so". 'soname_version%': '',