Skip to content

Commit 81895a5

Browse files
addaleaxtargos
authored andcommitted
v8: do not test v8 with -Werror
PR-URL: nodejs#12875 Reviewed-By: James M Snell <[email protected]>
1 parent b769749 commit 81895a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/v8/gypfiles/standalone.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
'host_clang%': '<(host_clang)',
191191
'target_arch%': '<(target_arch)',
192192
'v8_target_arch%': '<(v8_target_arch)',
193-
'werror%': '-Werror',
193+
'werror%': '',
194194
'use_goma%': '<(use_goma)',
195195
'gomadir%': '<(gomadir)',
196196
'asan%': '<(asan)',

deps/v8/gypfiles/toolchain.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
'v8_toolset_for_shell%': 'target',
8282

8383
'host_os%': '<(OS)',
84-
'werror%': '-Werror',
84+
'werror%': '',
8585
# For a shared library build, results in "libv8-<(soname_version).so".
8686
'soname_version%': '',
8787

0 commit comments

Comments
 (0)